Uses of Class
javax.servlet.sip.ar.SipApplicationRoutingDirective

Packages that use SipApplicationRoutingDirective
javax.servlet.sip   
javax.servlet.sip.ar   
 

Uses of SipApplicationRoutingDirective in javax.servlet.sip
 

Methods in javax.servlet.sip that return SipApplicationRoutingDirective
 SipApplicationRoutingDirective SipServletRequest.getRoutingDirective()
          Returns the SipApplicationRoutingDirective associated with this request.
 

Methods in javax.servlet.sip with parameters of type SipApplicationRoutingDirective
 void SipServletRequest.setRoutingDirective(SipApplicationRoutingDirective directive, SipServletRequest origRequest)
          Sets the application routing directive for an outgoing request.
 

Uses of SipApplicationRoutingDirective in javax.servlet.sip.ar
 

Methods in javax.servlet.sip.ar that return SipApplicationRoutingDirective
static SipApplicationRoutingDirective SipApplicationRoutingDirective.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SipApplicationRoutingDirective[] SipApplicationRoutingDirective.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in javax.servlet.sip.ar with parameters of type SipApplicationRoutingDirective
 SipApplicationRouterInfo SipApplicationRouter.getNextApplication(SipServletRequest initialRequest, SipApplicationRoutingRegion region, SipApplicationRoutingDirective directive, SipTargetedRequestInfo targetedRequestInfo, Serializable stateInfo)
          This method is called by the container when a servlet sends or proxies an initial SipServletRequest.
 



Copyright © 2012. All Rights Reserved.