Uses of Class
org.apache.axis.utils.Options
-
Packages that use Options Package Description org.apache.axis.client org.apache.axis.transport.jms -
-
Uses of Options in org.apache.axis.client
Methods in org.apache.axis.client with parameters of type Options Modifier and Type Method Description java.lang.StringAdminClient. list(Options opts)process the options then run a list calljava.lang.StringAdminClient. process(Options opts, java.io.InputStream input)submit the input stream's contents to the endpoint, return the results as a string.java.lang.StringAdminClient. process(Options opts, java.lang.String xmlFile)voidAdminClient. processOpts(Options opts)go from the (parsed) command line to setting properties on our call object.java.lang.StringAdminClient. quit(Options opts)process the command line ops, then send a quit command -
Uses of Options in org.apache.axis.transport.jms
Methods in org.apache.axis.transport.jms with parameters of type Options Modifier and Type Method Description static java.util.HashMapSimpleJMSListener. createCFMap(Options options)static java.util.HashMapSimpleJMSListener. createConnectorMap(Options options)
-