Uses of Class
org.apache.cxf.wsdl.WSDLConstants.WSDLVersion
-
-
Uses of WSDLConstants.WSDLVersion in org.apache.cxf.tools.java2js.processor
Methods in org.apache.cxf.tools.java2js.processor that return WSDLConstants.WSDLVersion Modifier and Type Method Description WSDLConstants.WSDLVersionJavaToJSProcessor. 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 Modifier and Type Method Description voidWSDLGeneratorFactory. 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 Modifier and Type Method Description WSDLConstants.WSDLVersionJavaToWSDLProcessor. getWSDLVersion() -
Uses of WSDLConstants.WSDLVersion in org.apache.cxf.tools.wsdlto
Methods in org.apache.cxf.tools.wsdlto that return WSDLConstants.WSDLVersion Modifier and Type Method Description WSDLConstants.WSDLVersionWSDLToJavaContainer. getWSDLVersion() -
Uses of WSDLConstants.WSDLVersion in org.apache.cxf.tools.wsdlto.javascript
Methods in org.apache.cxf.tools.wsdlto.javascript that return WSDLConstants.WSDLVersion Modifier and Type Method Description WSDLConstants.WSDLVersionJavaScriptContainer. getWSDLVersion() -
Uses of WSDLConstants.WSDLVersion in org.apache.cxf.wsdl
Methods in org.apache.cxf.wsdl that return WSDLConstants.WSDLVersion Modifier and Type Method Description static WSDLConstants.WSDLVersionWSDLConstants. getVersion(String version)static WSDLConstants.WSDLVersionWSDLConstants.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 are declared.
-