Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Class
weblogic.wsee.reliability2.WsrmConstants.RMVersion

Packages that use WsrmConstants.RMVersion
weblogic.wsee.reliability2 Provides classes for weblogic.wsee.reliability2
weblogic.wsee.reliability2.faults Provides classes and exceptions for weblogic.wsee.reliability2.faults
weblogic.wsee.reliability2.sequence Provides ingerfaces and classes for weblogic.wsee.reliability2.sequence/code>. 
 

Uses of WsrmConstants.RMVersion in weblogic.wsee.reliability2
 

Methods in weblogic.wsee.reliability2 that return WsrmConstants.RMVersion
static WsrmConstants.RMVersion WsrmConstants.RMVersion.forNamespaceUri(String ns)
           
static WsrmConstants.RMVersion WsrmConstants.RMVersion.forPolicyNamespaceUri(String ns)
           
static WsrmConstants.RMVersion WsrmConstants.RMVersion.latest()
          If you add new RM versions, update this to be the latest version
static WsrmConstants.RMVersion WsrmConstants.RMVersion.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WsrmConstants.RMVersion[] WsrmConstants.RMVersion.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in weblogic.wsee.reliability2 with parameters of type WsrmConstants.RMVersion
 QName WsrmConstants.HeaderElement.getQualifiedName(WsrmConstants.RMVersion rmVersion)
           
 boolean WsrmConstants.RMVersion.isBefore(WsrmConstants.RMVersion other)
           
 boolean WsrmConstants.RMVersion.isLaterThan(WsrmConstants.RMVersion other)
           
 boolean WsrmConstants.RMVersion.isLaterThanOrEqualTo(WsrmConstants.RMVersion other)
           
 

Uses of WsrmConstants.RMVersion in weblogic.wsee.reliability2.faults
 

Methods in weblogic.wsee.reliability2.faults that return WsrmConstants.RMVersion
 WsrmConstants.RMVersion WsrmFaultMsg.getRmVersion()
           
 

Methods in weblogic.wsee.reliability2.faults with parameters of type WsrmConstants.RMVersion
static QName WsrmFaultMsg.getSubCodeQName(Class clazz, WsrmConstants.RMVersion rmVersion)
          Get the QName representing the fault with the given class, conforming to the given WS-RM version.
 

Constructors in weblogic.wsee.reliability2.faults with parameters of type WsrmConstants.RMVersion
SequenceFaultMsg(WsrmConstants.RMVersion rmVersion, WsrmConstants.FaultGeneratedBy generatedBy, WsrmConstants.FaultCode code, String subCode, String reason, SequenceFaultMsgType type)
          Creates a new sequence fault message.
WsrmFaultMsg(WsrmConstants.RMVersion rmVersion, WsrmConstants.FaultCode code, String subCode, String reason, SequenceFaultMsgType type)
           
 

Uses of WsrmConstants.RMVersion in weblogic.wsee.reliability2.sequence
 

Methods in weblogic.wsee.reliability2.sequence that return WsrmConstants.RMVersion
 WsrmConstants.RMVersion UnknownSequenceException.getRmVersion()
           
 

Constructors in weblogic.wsee.reliability2.sequence with parameters of type WsrmConstants.RMVersion
UnknownSequenceException(WsrmConstants.RMVersion rmVersion, boolean sourceSide, String seqId)
           
UnknownSequenceException(String message, WsrmConstants.RMVersion rmVersion, boolean sourceSide, String seqId)
           
UnknownSourceSequenceException(WsrmConstants.RMVersion rmVersion, String seqId)
           
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01