Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


Uses of Interface
oracle.webservices.rm.ReliableSession

Packages that use ReliableSession
oracle.webservices.rm This package contains the classes and interfaces to support reliable SOAP message exchanges using WS-Reliable Messaging. 

 

Uses of ReliableSession in oracle.webservices.rm

 

Methods in oracle.webservices.rm that return ReliableSession
abstract  ReliableSession ReliableSessionFactory.createReliableSession(javax.xml.ws.Dispatch<SOAPMessage> dispatch, WSRMProtocolVersion version)
          Create a new WS-RM session, and bind it to the specified dispatch.
abstract  ReliableSession ReliableSessionFactory.createReliableSession(Stub port)
          Create a new WS-RM session, and bind it to the specified Stub.
abstract  ReliableSession ReliableSessionFactory.createReliableSession(Stub port, WSRMProtocolVersion version)
          Create a new WS-RM session, and bind it to the specified Stub.
abstract  ReliableSession ReliableSessionFactory.createReliableSession(Stub port, WSRMProtocolVersion version, String soapVersion)
          Create a new WS-RM session, and bind it to the specified Stub.

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.