|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.webservices.rm.ReliableSessionFactory
public abstract class ReliableSessionFactory
| Field Summary | |
|---|---|
static String |
IMPLEMENTATION |
| Method Summary | |
|---|---|
abstract ReliableSession |
createReliableSession(Dispatch<SOAPMessage> dispatch, WSRMProtocolVersion version)Create a new WS-RM session, and bind it to the specified dispatch. |
abstract ReliableSession |
createReliableSession(Stub port)Create a new WS-RM session, and bind it to the specified Stub. |
abstract ReliableSession |
createReliableSession(Stub port, WSRMProtocolVersion version)Create a new WS-RM session, and bind it to the specified Stub. |
abstract ReliableSession |
createReliableSession(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) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String IMPLEMENTATION
| Method Detail |
|---|
public static ReliableSessionFactory newInstance()
public static ReliableSessionFactory newInstance(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(Stub port)
port - The port to which the WS-RM session is to be bound.
public abstract ReliableSession createReliableSession(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(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_2SOAPVersion
|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||