Uses of Enum
com.sun.xml.ws.rx.rm.api.RmProtocolVersion
Packages that use RmProtocolVersion
-
Uses of RmProtocolVersion in com.sun.xml.ws.rx.rm.api
Methods in com.sun.xml.ws.rx.rm.api that return RmProtocolVersionModifier and TypeMethodDescriptionstatic RmProtocolVersionRmProtocolVersion.getDefault()Provides a default reliable messaging version value.ReliableMessagingFeature.getProtocolVersion()Specifies which WS-RM version SOAP messages and SOAP message headers should be used for communication between RM source and RM destinationReliableMessagingFeatureBuilder.getProtocolVersion()static RmProtocolVersionReturns the enum constant of this type with the specified name.static RmProtocolVersion[]RmProtocolVersion.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.api with parameters of type RmProtocolVersionModifierConstructorDescriptionReliableMessagingFeature(boolean enabled, RmProtocolVersion version, long inactivityTimeout, long bufferQuota, boolean orderedDelivery, ReliableMessagingFeature.DeliveryAssurance deliveryAssurance, ReliableMessagingFeature.SecurityBinding securityBinding, boolean persistenceEnabled, long sequenceManagerMaintenancePeriod, long maxConcurrentSessions)