Uses of Class
com.sun.xml.ws.rx.mc.api.McProtocolVersion

Packages that use McProtocolVersion
com.sun.xml.ws.rx.mc.api   
 

Uses of McProtocolVersion in com.sun.xml.ws.rx.mc.api
 

Methods in com.sun.xml.ws.rx.mc.api that return McProtocolVersion
static McProtocolVersion McProtocolVersion.getDefault()
          Provides a default reliable messaging version value.
 McProtocolVersion MakeConnectionSupportedFeature.getProtocolVersion()
          Specifies which WS-MC version protocol SOAP messages and SOAP message headers should be used for communication between MC source and MC destination
static McProtocolVersion McProtocolVersion.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static McProtocolVersion[] McProtocolVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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