Uses of Class
org.apache.axis.utils.CLOption
-
Packages that use CLOption Package Description org.apache.axis.utils org.apache.axis.wsdl org.apache.axis.wsdl.gen -
-
Uses of CLOption in org.apache.axis.utils
Methods in org.apache.axis.utils that return CLOption Modifier and Type Method Description CLOption
CLArgsParser. getArgumentById(int id)
Retrieve theCLOption
with specified id, ornull
if no command line option is found.CLOption
CLArgsParser. getArgumentByName(java.lang.String name)
Retrieve theCLOption
with specified name, ornull
if no command line option is found. -
Uses of CLOption in org.apache.axis.wsdl
Methods in org.apache.axis.wsdl with parameters of type CLOption Modifier and Type Method Description protected boolean
Java2WSDL. parseOption(CLOption option)
Parse an optionprotected void
WSDL2Java. parseOption(CLOption option)
Parse an option -
Uses of CLOption in org.apache.axis.wsdl.gen
Methods in org.apache.axis.wsdl.gen with parameters of type CLOption Modifier and Type Method Description protected void
WSDL2. parseOption(CLOption option)
Parse an option
-