Uses of Class
org.jvnet.wom.api.binding.wsdl11.soap.SOAPVersion

Packages that use SOAPVersion
org.jvnet.wom.api.binding.wsdl11.soap   
org.jvnet.wom.impl.extension.wsdl11.soap   
 

Uses of SOAPVersion in org.jvnet.wom.api.binding.wsdl11.soap
 

Methods in org.jvnet.wom.api.binding.wsdl11.soap that return SOAPVersion
 SOAPVersion SOAPBinding.getSOAPVersion()
          Gives the SOAP version of the SOAP binding.
static SOAPVersion SOAPVersion.getSOAPVersion(java.lang.String ns)
          Gives the SOAPVersion for the given namespace.
static SOAPVersion SOAPVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SOAPVersion[] SOAPVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SOAPVersion in org.jvnet.wom.impl.extension.wsdl11.soap
 

Methods in org.jvnet.wom.impl.extension.wsdl11.soap that return SOAPVersion
 SOAPVersion SOAPBindingImpl.getSOAPVersion()
           
 



Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.