public abstract class ReliableSessionFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
IMPLEMENTATION |
| Modifier and Type | Method and Description |
|---|---|
abstract ReliableSession |
createReliableSession(Dispatch<SOAPMessage> dispatch, WSRMProtocolVersion version)
Create a new WS-RM session, and bind it to the specified dispatch.
|
abstract ReliableSession |
createReliableSession(javax.xml.rpc.Stub port)
Create a new WS-RM session, and bind it to the specified Stub.
|
abstract ReliableSession |
createReliableSession(javax.xml.rpc.Stub port, WSRMProtocolVersion version)
Create a new WS-RM session, and bind it to the specified Stub.
|
abstract ReliableSession |
createReliableSession(javax.xml.rpc.Stub port, WSRMProtocolVersion version, String soapVersion)
Create a new WS-RM session, and bind it to the specified Stub.
|
static ReliableSessionFactory |
newInstance() |
static ReliableSessionFactory |
newInstance(String implementation) |
public static final String IMPLEMENTATION
public abstract ReliableSession createReliableSession(Dispatch<SOAPMessage> dispatch, WSRMProtocolVersion version)
dispatch - The Dispatch to which the WS-RM session is to be bound.version - The WS-RM protocol version for the session.public abstract ReliableSession createReliableSession(javax.xml.rpc.Stub port)
port - The port to which the WS-RM session is to be bound.public abstract ReliableSession createReliableSession(javax.xml.rpc.Stub port, WSRMProtocolVersion version)
port - The port to which the WS-RM session is to be bound.version - The WS-RM protocol version for the session.public abstract ReliableSession createReliableSession(javax.xml.rpc.Stub port, WSRMProtocolVersion version, String soapVersion)
port - The port to which the WS-RM session is to be bound.version - The WS-RM protocol version for the session.soapVersion - One of either SOAPVersion.SOAP_1_2 or SOAPVersion.SOAP_1_2SOAPVersionpublic static ReliableSessionFactory newInstance()
public static ReliableSessionFactory newInstance(String implementation)