Uses of Class
com.sun.xml.ws.rx.rm.runtime.RmRuntimeVersion
-
Packages that use RmRuntimeVersion Package Description com.sun.xml.ws.rx.rm.faults com.sun.xml.ws.rx.rm.runtime com.sun.xml.ws.rx.rm.runtime.sequence -
-
Uses of RmRuntimeVersion in com.sun.xml.ws.rx.rm.faults
Methods in com.sun.xml.ws.rx.rm.faults with parameters of type RmRuntimeVersion Modifier and Type Method Description protected static StringAbstractSoapFaultException. getProperFaultActionForAddressingVersion(RmRuntimeVersion rmVersion, AddressingVersion addressingVersion)TODO javadocabstract QNameAbstractSoapFaultException. getSubcode(RmRuntimeVersion rv)QNameCreateSequenceRefusedFault. getSubcode(RmRuntimeVersion rv)QNameWsrmRequiredException. getSubcode(RmRuntimeVersion rv) -
Uses of RmRuntimeVersion in com.sun.xml.ws.rx.rm.runtime
Fields in com.sun.xml.ws.rx.rm.runtime declared as RmRuntimeVersion Modifier and Type Field Description RmRuntimeVersionRuntimeContext. rmVersionprotected RmRuntimeVersionWsrmProtocolHandler. rmVersionMethods in com.sun.xml.ws.rx.rm.runtime that return RmRuntimeVersion Modifier and Type Method Description static RmRuntimeVersionRmRuntimeVersion. forProtocolVersion(RmProtocolVersion protocolVersion)static RmRuntimeVersionRmRuntimeVersion. getDefault()Provides a default reliable messaging version value.RmRuntimeVersionRmConfiguration. getRuntimeVersion()static RmRuntimeVersionRmRuntimeVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static RmRuntimeVersion[]RmRuntimeVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sun.xml.ws.rx.rm.runtime with parameters of type RmRuntimeVersion Constructor Description WsrmProtocolHandler(RmRuntimeVersion rmVersion, RmConfiguration configuration, Communicator communicator) -
Uses of RmRuntimeVersion in com.sun.xml.ws.rx.rm.runtime.sequence
Methods in com.sun.xml.ws.rx.rm.runtime.sequence with parameters of type RmRuntimeVersion Modifier and Type Method Description QNameInvalidAcknowledgementException. getSubcode(RmRuntimeVersion rv)QNameMessageNumberRolloverException. getSubcode(RmRuntimeVersion rv)QNameSequenceClosedException. getSubcode(RmRuntimeVersion rv)QNameSequenceTerminatedException. getSubcode(RmRuntimeVersion rv)QNameUnknownSequenceException. getSubcode(RmRuntimeVersion rv)
-