Apache CXF API

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

Packages that use WSDLConstants.WSDLVersion
org.apache.cxf.common   
org.apache.cxf.tools.java2js.processor   
org.apache.cxf.tools.java2wsdl.generator   
org.apache.cxf.tools.java2wsdl.processor   
org.apache.cxf.tools.wsdlto   
org.apache.cxf.tools.wsdlto.javascript   
 

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

Methods in org.apache.cxf.common that return WSDLConstants.WSDLVersion
static WSDLConstants.WSDLVersion WSDLConstants.getVersion(String version)
           
static WSDLConstants.WSDLVersion WSDLConstants.WSDLVersion.valueOf(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're declared.
 

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

Methods in org.apache.cxf.tools.java2js.processor that return WSDLConstants.WSDLVersion
 WSDLConstants.WSDLVersion JavaToJSProcessor.getWSDLVersion()
           
 

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 JavaToWSDLProcessor.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.tools.wsdlto.javascript
 

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


Apache CXF API

Apache CXF