public interface WSApplicationSession
Modifier and Type | Method and Description |
---|---|
javax.xml.ws.wsaddressing.W3CEndpointReference |
createEPR(java.lang.String appSessionId)
Create an EndpointReference (EPR) and update it with the application session ID
which can be used by converged applications using web services.
|
javax.xml.ws.wsaddressing.W3CEndpointReference |
createEPR(java.lang.String appSessionId,
javax.xml.namespace.QName portName,
javax.xml.namespace.QName serviceName,
javax.xml.ws.WebServiceContext context)
This is a more generic method to create an EPR for any converged web service.
|
javax.xml.ws.wsaddressing.W3CEndpointReference createEPR(java.lang.String appSessionId) throws java.lang.Exception
appSessionId
- - the SIP application session ID to be placed int the EPR
which will be used for affinity.java.lang.Exception
- - if an unexpected error occursjavax.xml.ws.wsaddressing.W3CEndpointReference createEPR(java.lang.String appSessionId, javax.xml.namespace.QName portName, javax.xml.namespace.QName serviceName, javax.xml.ws.WebServiceContext context) throws java.lang.Exception
appSessionId
- - the SIP application session ID to be placed int the EPR
which will be used for affinity.portName
- - The QName which will identify the reference parameter used for affinityserviceName
- - The QName representing the service that the newly created EPR will representcontext
- - The web service context associated with the calling codejava.lang.Exception
- - if an unexpected error occurs