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

Packages that use WSDLConstants.WSDLVersion
org.apache.cxf.wsdl   
 

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