Uses of Class
com.sun.xml.ws.rx.rm.api.RmProtocolVersion

Packages that use RmProtocolVersion
com.sun.xml.ws.rx.rm.api   
 

Uses of RmProtocolVersion in com.sun.xml.ws.rx.rm.api
 

Methods in com.sun.xml.ws.rx.rm.api that return RmProtocolVersion
static RmProtocolVersion RmProtocolVersion.getDefault()
          Provides a default reliable messaging version value.
 RmProtocolVersion ReliableMessagingFeatureBuilder.getProtocolVersion()
           
 RmProtocolVersion ReliableMessagingFeature.getProtocolVersion()
          Specifies which WS-RM version SOAP messages and SOAP message headers should be used for communication between RM source and RM destination
static RmProtocolVersion RmProtocolVersion.valueOf(java.lang.String name)
          Returns 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 RmProtocolVersion
ReliableMessagingFeature(boolean enabled, RmProtocolVersion version, long inactivityTimeout, long bufferQuota, boolean orderedDelivery, ReliableMessagingFeature.DeliveryAssurance deliveryAssurance, ReliableMessagingFeature.SecurityBinding securityBinding, boolean persistenceEnabled, long sequenceManagerMaintenancePeriod, long maxConcurrentSessions)
           
ReliableMessagingFeatureBuilder(RmProtocolVersion version)
           
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.