org.exoplatform.services.wsrp2
Class AdminClient
java.lang.Object
org.exoplatform.services.wsrp2.AdminClient
public class AdminClient
- extends Object
AdminClient class uses in WSRPStarter. Referenced classes of package
org.apache.axis.client: Service, Call.
|
Field Summary |
protected org.apache.axis.client.Call |
call
|
protected static org.apache.commons.logging.Log |
log
|
protected static String |
ROOT_UNDEPLOY
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.commons.logging.Log log
call
protected org.apache.axis.client.Call call
ROOT_UNDEPLOY
protected static final String ROOT_UNDEPLOY
AdminClient
public AdminClient()
setDefaultConfiguration
public static void setDefaultConfiguration(org.apache.axis.EngineConfiguration config)
- Set default configuration.
- Parameters:
config -
getCall
public org.apache.axis.client.Call getCall()
list
public String list(org.apache.axis.utils.Options opts)
throws Exception
- Throws:
Exception
list
public String list()
throws Exception
- Throws:
Exception
quit
public String quit(org.apache.axis.utils.Options opts)
throws Exception
- Throws:
Exception
quit
public String quit()
throws Exception
- Throws:
Exception
undeployHandler
public String undeployHandler(String handlerName)
throws Exception
- Throws:
Exception
undeployService
public String undeployService(String serviceName)
throws Exception
- Throws:
Exception
process
public String process(String[] args)
throws Exception
- Throws:
Exception
processOpts
public void processOpts(org.apache.axis.utils.Options opts)
throws Exception
- Throws:
Exception
process
public String process(InputStream input)
throws Exception
- Throws:
Exception
process
public String process(URL xmlURL)
throws Exception
- Throws:
Exception
process
public String process(String xmlFile)
throws Exception
- Throws:
Exception
process
public String process(org.apache.axis.utils.Options opts,
String xmlFile)
throws Exception
- Throws:
Exception
process
public String process(org.apache.axis.utils.Options opts,
InputStream input)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
Copyright © 2009 eXo Platform SAS. All Rights Reserved.