Uses of Class
org.apache.ws.java2wsdl.utils.Java2WSDLCommandLineOption
-
Packages that use Java2WSDLCommandLineOption Package Description org.apache.ws.java2wsdl org.apache.ws.java2wsdl.jaxws org.apache.ws.java2wsdl.utils -
-
Uses of Java2WSDLCommandLineOption in org.apache.ws.java2wsdl
Methods in org.apache.ws.java2wsdl with parameters of type Java2WSDLCommandLineOption Modifier and Type Method Description protected Map<String,String>Java2WSDLCodegenEngine. loadJavaPkg2NamespaceMap(Java2WSDLCommandLineOption option)Constructor parameters in org.apache.ws.java2wsdl with type arguments of type Java2WSDLCommandLineOption Constructor Description Java2WSDLCodegenEngine(Map<String,Java2WSDLCommandLineOption> optionsMap) -
Uses of Java2WSDLCommandLineOption in org.apache.ws.java2wsdl.jaxws
Constructor parameters in org.apache.ws.java2wsdl.jaxws with type arguments of type Java2WSDLCommandLineOption Constructor Description JAXWS2WSDLCodegenEngine(Map<String,Java2WSDLCommandLineOption> optionsMap, String[] originalArgs)Instantiates a new jAXW s2 wsdl codegen engine. -
Uses of Java2WSDLCommandLineOption in org.apache.ws.java2wsdl.utils
Methods in org.apache.ws.java2wsdl.utils that return types with arguments of type Java2WSDLCommandLineOption Modifier and Type Method Description Map<String,Java2WSDLCommandLineOption>Java2WSDLCommandLineOptionParser. getAllOptions()List<Java2WSDLCommandLineOption>Java2WSDLCommandLineOptionParser. getInvalidOptions(Java2WSDLOptionsValidator validator)Methods in org.apache.ws.java2wsdl.utils with parameters of type Java2WSDLCommandLineOption Modifier and Type Method Description booleanJava2WSDLOptionsValidator. isInvalid(Java2WSDLCommandLineOption option)Constructor parameters in org.apache.ws.java2wsdl.utils with type arguments of type Java2WSDLCommandLineOption Constructor Description Java2WSDLCommandLineOptionParser(Map<String,Java2WSDLCommandLineOption> commandLineOptions)
-