| Methods in org.apache.axis.client with parameters of type Options | 
|  java.lang.String | AdminClient.list(Options opts)process the options then run a list call
 | 
|  java.lang.String | AdminClient.quit(Options opts)process the command line ops, then send a quit command
 | 
|  void | AdminClient.processOpts(Options opts)go from the (parsed) command line to setting properties on our call object.
 | 
|  java.lang.String | AdminClient.process(Options opts,
        java.lang.String xmlFile)
 | 
|  java.lang.String | AdminClient.process(Options opts,
        java.io.InputStream input)submit the input stream's contents to the endpoint, return the results as a string.
 |