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

Packages that use McProtocolVersion
com.sun.xml.ws.rx.mc.api   
com.sun.xml.ws.rx.mc.runtime   
com.sun.xml.wss.jaxws.impl   
com.sun.xml.wss.provider.wsit   
 

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.
 

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

Fields in com.sun.xml.ws.rx.mc.runtime declared as McProtocolVersion
 McProtocolVersion McRuntimeVersion.protocolVersion
          General constants
 

Methods in com.sun.xml.ws.rx.mc.runtime with parameters of type McProtocolVersion
static McRuntimeVersion McRuntimeVersion.forProtocolVersion(McProtocolVersion protocolVersion)
           
 

Uses of McProtocolVersion in com.sun.xml.wss.jaxws.impl
 

Fields in com.sun.xml.wss.jaxws.impl declared as McProtocolVersion
protected  McProtocolVersion SecurityTubeBase.mcVer
           
 

Constructors in com.sun.xml.wss.jaxws.impl with parameters of type McProtocolVersion
PolicyResolverImpl(HashMap<WSDLBoundOperation,SecurityPolicyHolder> inMessagePolicyMap, HashMap<String,SecurityPolicyHolder> ip, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)
          Creates a new instance of OperationResolverImpl
RMPolicyResolver(SecurityPolicyVersion spVersion, RmProtocolVersion rmVersion, McProtocolVersion mcVersion, boolean encrypt)
           
 

Uses of McProtocolVersion in com.sun.xml.wss.provider.wsit
 

Fields in com.sun.xml.wss.provider.wsit declared as McProtocolVersion
protected  McProtocolVersion WSITAuthContextBase.mcVer
           
 

Methods in com.sun.xml.wss.provider.wsit with parameters of type McProtocolVersion
static PolicyResolver PolicyResolverFactory.createPolicyResolver(HashMap<WSDLBoundOperation,SecurityPolicyHolder> inMessagePolicyMap, HashMap<String,SecurityPolicyHolder> ip, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)
           
static PolicyResolver PolicyResolverFactory.createPolicyResolver(List<PolicyAlternativeHolder> alternatives, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)
           
 



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