Uses of Enum
com.sun.xml.ws.rx.rm.runtime.RmRuntimeVersion
Packages that use RmRuntimeVersion
Package
Description
-
Uses of RmRuntimeVersion in com.sun.xml.ws.rx.rm.faults
Methods in com.sun.xml.ws.rx.rm.faults with parameters of type RmRuntimeVersionModifier and TypeMethodDescriptionprotected static StringAbstractSoapFaultException.getProperFaultActionForAddressingVersion(RmRuntimeVersion rmVersion, com.sun.xml.ws.api.addressing.AddressingVersion addressingVersion) TODO javadocabstract QNameAbstractSoapFaultException.getSubcode(RmRuntimeVersion rv) CreateSequenceRefusedFault.getSubcode(RmRuntimeVersion rv) WsrmRequiredException.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 RmRuntimeVersionModifier and TypeFieldDescriptionfinal RmRuntimeVersionRuntimeContext.rmVersionprotected final RmRuntimeVersionWsrmProtocolHandler.rmVersionMethods in com.sun.xml.ws.rx.rm.runtime that return RmRuntimeVersionModifier and TypeMethodDescriptionstatic RmRuntimeVersionRmRuntimeVersion.forProtocolVersion(com.sun.xml.ws.rx.rm.api.RmProtocolVersion protocolVersion) static RmRuntimeVersionRmRuntimeVersion.getDefault()Provides a default reliable messaging version value.RmConfiguration.getRuntimeVersion()static RmRuntimeVersionReturns 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 RmRuntimeVersionModifierConstructorDescriptionprotectedWsrmProtocolHandler(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 RmRuntimeVersionModifier and TypeMethodDescriptionInvalidAcknowledgementException.getSubcode(RmRuntimeVersion rv) MessageNumberRolloverException.getSubcode(RmRuntimeVersion rv) SequenceClosedException.getSubcode(RmRuntimeVersion rv) SequenceTerminatedException.getSubcode(RmRuntimeVersion rv) UnknownSequenceException.getSubcode(RmRuntimeVersion rv) -
Uses of RmRuntimeVersion in com.sun.xml.ws.rx.testing
Methods in com.sun.xml.ws.rx.testing that return RmRuntimeVersionModifier and TypeMethodDescriptionprotected final RmRuntimeVersionPacketFilter.getRmVersion()Provides information on RM version configured on the current web service port.