Skip navigation links

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

E10654-04


Uses of Class
oracle.webservices.rm.WSRMProtocolVersion

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

 

Uses of WSRMProtocolVersion in oracle.webservices.rm

 

Fields in oracle.webservices.rm declared as WSRMProtocolVersion
static WSRMProtocolVersion WSRMProtocolVersion.WSRM_1_0
          WS-RM 1.0 protocol
static WSRMProtocolVersion WSRMProtocolVersion.WSRM_1_1
          WS-RM 1.1 protocol

 

Methods in oracle.webservices.rm that return WSRMProtocolVersion
static WSRMProtocolVersion WSRMProtocolVersion.get(String versionNamespaceURI)
          Get the version matching the specified namespace URI.

 

Methods in oracle.webservices.rm with parameters of type WSRMProtocolVersion
abstract  ReliableSession ReliableSessionFactory.createReliableSession(Dispatch<SOAPMessage> dispatch, WSRMProtocolVersion version)
          Create a new WS-RM session, and bind it to the specified dispatch.
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

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

E10654-04


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved..