|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSApplicationSession
This interface adds SIP-Web Services functionality API for converged applications.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 code
java.lang.Exception
- - if an unexpected error occurs
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |