Uses of Class
org.apache.axis.utils.CLOptionDescriptor
-
Packages that use CLOptionDescriptor Package Description org.apache.axis.utils org.apache.axis.wsdl org.apache.axis.wsdl.gen -
-
Uses of CLOptionDescriptor in org.apache.axis.utils
Methods in org.apache.axis.utils with parameters of type CLOptionDescriptor Modifier and Type Method Description static java.lang.StringBufferCLUtil. describeOptions(CLOptionDescriptor[] options)Format options into StringBuffer and return.Constructors in org.apache.axis.utils with parameters of type CLOptionDescriptor Constructor Description CLArgsParser(java.lang.String[] args, CLOptionDescriptor[] optionDescriptors)Create a parser that deals with options and parses certain args.CLArgsParser(java.lang.String[] args, CLOptionDescriptor[] optionDescriptors, ParserControl control)Create a parser that can deal with options and parses certain args. -
Uses of CLOptionDescriptor in org.apache.axis.wsdl
Fields in org.apache.axis.wsdl declared as CLOptionDescriptor Modifier and Type Field Description protected CLOptionDescriptor[]Java2WSDL. optionsDefine the understood options.protected static CLOptionDescriptor[]WSDL2Java. optionsDefine the understood options.Methods in org.apache.axis.wsdl with parameters of type CLOptionDescriptor Modifier and Type Method Description protected voidJava2WSDL. addOptions(CLOptionDescriptor[] newOptions)addOptions Add option descriptions to the tool. -
Uses of CLOptionDescriptor in org.apache.axis.wsdl.gen
Fields in org.apache.axis.wsdl.gen declared as CLOptionDescriptor Modifier and Type Field Description protected CLOptionDescriptor[]WSDL2. optionsField optionsMethods in org.apache.axis.wsdl.gen with parameters of type CLOptionDescriptor Modifier and Type Method Description protected voidWSDL2. addOptions(CLOptionDescriptor[] newOptions)addOptions Add option descriptions to the tool.
-