Package org.cafesip.jiplet

This package contains the core Jiplet container classes.

See:
          Description

Interface Summary
JipletContainerMBean This interfaces is used to expose the JMX management interface for the jiplet container.
JipletContextMBean This interface exposes the management interface for a jiplet context.
JipletLoggerPlugin This interface is a generic logger adaptor interface for the jiplet container application.
MessageParser  
Realm This interface must be implemented by any class that wants to implement a realm.
VendorDescriptor This interface provides a way for handling vendor-specific deployment descriptors for a jiplet context.
 

Class Summary
EndPointInfo  
EventDispatcher  
EventInfo  
Jiplet The Jiplet class is the base class that all Jiplet classes must extend.
JipletClassLoader This class is an utility class for creating class loaders used by the jiplet container.
JipletContainer This class represents the Jiplet Container.
JipletContext This class encapsulates the functions of a jiplet context.
JipletDialog This class encapsulates the dialog-scope variables supported by the jiplet container.
JipletEvent The JipletEvent is the base class for all the events that a jiplet can receive from the container.
JipletLogger This class encapsulates the logging functions of the jiplet container.
JipletPrincipal This class represents a SIP end-point that has been authenticated and authorized to access a jiplet.
JipletRequest This class conatins methods that is used by a jiplet to retrieve information about a request event.
JipletResponse This class conatins methods that is used by a jiplet to retrieve information about a response event.
JipletSession The class encapsulates the session-scope variables framework.
JipletSignal This class is used by jiplets to retrieve information about a signal it has received.
JipletTimeout This class conatins methods that is used by a jiplet to retrieve information about a timeout event.
JipletTimer This class conatins methods that is used by a jiplet to retrieve information about a timer event.
JipletTimerTask  
JipletTransaction This class encapsulates a SIP transaction.
Pair  
ScopedVariables This is a base class for all scoped-variables.
SessionInfo  
SipConnector This class encapsulates a SIP connector.
TaskThread  
ThreadPool  
TimerEvent  
VendorDescriptorFactory This class encapsulates the factory for handling vendor-specific deployment descriptors.
 

Exception Summary
JipletException Exception class for the jiplet container.
 

Package org.cafesip.jiplet Description

This package contains the core Jiplet container classes. The jiplet container application is divided into multiple packages. There are separate packages defined for

  1. jiplet container core classes.
  2. Classes for parsing and formatting XML descriptor files.
  3. Classes for handling the JMX management interface.
For JAIN-SIP classes (javax.sip.*), use the link below:
http://www-x.antd.nist.gov/proj/iptel/src/nist-sip/jain-sip/docs/api/index.html



http://www.cafesip.org