Uses of Class
org.apache.cxf.wsdl.WSDLConstants.WSDLVersion

Packages that use WSDLConstants.WSDLVersion
org.apache.cxf.tools.java2wsdl.generator   
org.apache.cxf.tools.java2wsdl.processor   
org.apache.cxf.tools.wsdlto   
org.apache.cxf.wsdl   
 

Uses of WSDLConstants.WSDLVersion in org.apache.cxf.tools.java2wsdl.generator
 

Methods in org.apache.cxf.tools.java2wsdl.generator with parameters of type WSDLConstants.WSDLVersion
 void WSDLGeneratorFactory.setWSDLVersion(WSDLConstants.WSDLVersion v)
           
 

Uses of WSDLConstants.WSDLVersion in org.apache.cxf.tools.java2wsdl.processor
 

Methods in org.apache.cxf.tools.java2wsdl.processor that return WSDLConstants.WSDLVersion
 WSDLConstants.WSDLVersion JavaToProcessor.getWSDLVersion()
           
 

Uses of WSDLConstants.WSDLVersion in org.apache.cxf.tools.wsdlto
 

Methods in org.apache.cxf.tools.wsdlto that return WSDLConstants.WSDLVersion
 WSDLConstants.WSDLVersion WSDLToJavaContainer.getWSDLVersion()
           
 

Uses of WSDLConstants.WSDLVersion in org.apache.cxf.wsdl
 

Methods in org.apache.cxf.wsdl that return WSDLConstants.WSDLVersion
static WSDLConstants.WSDLVersion WSDLConstants.getVersion(java.lang.String version)
           
static WSDLConstants.WSDLVersion WSDLConstants.WSDLVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WSDLConstants.WSDLVersion[] WSDLConstants.WSDLVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Apache CXF