Uses of Class
org.apache.axis.utils.CLOption

Packages that use CLOption
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
 CLOption CLArgsParser.getArgumentById(int id)
          Retrieve the CLOption with specified id, or null if no command line option is found.
 CLOption CLArgsParser.getArgumentByName(java.lang.String name)
          Retrieve the CLOption with specified name, or null 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
protected  void WSDL2Java.parseOption(CLOption option)
          Parse an option
protected  boolean Java2WSDL.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
protected  void WSDL2.parseOption(CLOption option)
          Parse an option
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.