Uses of Class
org.apache.cxf.wsdl.WSDLConstants.WSDLVersion
-
Packages that use WSDLConstants.WSDLVersion Package Description org.apache.cxf.wsdl -
-
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.
-