Uses of Class
org.cafesip.jiplet.JipletException

Packages that use JipletException
org.cafesip.jiplet This package contains the core Jiplet container classes. 
org.cafesip.jiplet.sip This package provide classes for SIP communications from within a jiplet. 
 

Uses of JipletException in org.cafesip.jiplet
 

Methods in org.cafesip.jiplet that throw JipletException
protected  java.lang.String SipConnector.addMapping(Mapping mapping, JipletContext context)
           
 void Jiplet.init(JipletConfig config)
          The init() method is called by the jiplet container when the jiplet is being initialized.
 void Realm.init(java.lang.String name, java.io.File confDir, java.util.HashMap params, boolean defaultRealm)
          This method is called by the container while initializing the realm.
 

Constructors in org.cafesip.jiplet that throw JipletException
JipletContainer()
          Constructor for the class.
JipletTransaction(javax.sip.message.Message message)
          A constructor for this class.
JipletTransaction(javax.sip.message.Message message, Jiplet jiplet, long timeout)
          A constructor for this class.
 

Uses of JipletException in org.cafesip.jiplet.sip
 

Methods in org.cafesip.jiplet.sip that throw JipletException
 void RequestForwarding.forwardRequest(java.util.ArrayList targetsURIList)
           
 void SipCommunicator.handleProxyTimeout(boolean stateful)
          This method is used to handle proxy processing when a SIP timeout-occurs.
 void ProxyJiplet.init(JipletConfig config)
           
 void Location.init(java.lang.String param)
          This method is called by the ProxyJiplet when the class implementing this interface is instantiated.
 void SipCommunicator.proxyRequest(java.util.ArrayList uris, boolean addRecordRoute, boolean stateful, boolean presenceServer)
          This method is used to proxy a received SIP request message.
 void SipCommunicator.proxyRequest(javax.sip.address.URI uri, boolean addRecordRoute, boolean stateful, boolean presenceServer)
          This method is used to proxy a received SIP request message.
 void SipCommunicator.proxyResponse(boolean presenceServer)
          This method is used to proxy the received SIP response message.
 



http://www.cafesip.org