org.exoplatform.services.wsrp
Class AdminClient
java.lang.Object
org.exoplatform.services.wsrp.AdminClient
public class AdminClient
- extends java.lang.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 java.lang.String |
ROOT_UNDEPLOY
|
|
Method Summary |
org.apache.axis.client.Call |
getCall()
|
java.lang.String |
list()
|
java.lang.String |
list(org.apache.axis.utils.Options opts)
|
static void |
main(java.lang.String[] args)
|
java.lang.String |
process(java.io.InputStream input)
|
java.lang.String |
process(org.apache.axis.utils.Options opts,
java.io.InputStream input)
|
java.lang.String |
process(org.apache.axis.utils.Options opts,
java.lang.String xmlFile)
|
java.lang.String |
process(java.lang.String xmlFile)
|
java.lang.String |
process(java.lang.String[] args)
|
java.lang.String |
process(java.net.URL xmlURL)
|
void |
processOpts(org.apache.axis.utils.Options opts)
|
java.lang.String |
quit()
|
java.lang.String |
quit(org.apache.axis.utils.Options opts)
|
static void |
setDefaultConfiguration(org.apache.axis.EngineConfiguration config)
Set default configuration. |
java.lang.String |
undeployHandler(java.lang.String handlerName)
|
java.lang.String |
undeployService(java.lang.String serviceName)
|
| 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 java.lang.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 java.lang.String list(org.apache.axis.utils.Options opts)
throws java.lang.Exception
- Throws:
java.lang.Exception
list
public java.lang.String list()
throws java.lang.Exception
- Throws:
java.lang.Exception
quit
public java.lang.String quit(org.apache.axis.utils.Options opts)
throws java.lang.Exception
- Throws:
java.lang.Exception
quit
public java.lang.String quit()
throws java.lang.Exception
- Throws:
java.lang.Exception
undeployHandler
public java.lang.String undeployHandler(java.lang.String handlerName)
throws java.lang.Exception
- Throws:
java.lang.Exception
undeployService
public java.lang.String undeployService(java.lang.String serviceName)
throws java.lang.Exception
- Throws:
java.lang.Exception
process
public java.lang.String process(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
processOpts
public void processOpts(org.apache.axis.utils.Options opts)
throws java.lang.Exception
- Throws:
java.lang.Exception
process
public java.lang.String process(java.io.InputStream input)
throws java.lang.Exception
- Throws:
java.lang.Exception
process
public java.lang.String process(java.net.URL xmlURL)
throws java.lang.Exception
- Throws:
java.lang.Exception
process
public java.lang.String process(java.lang.String xmlFile)
throws java.lang.Exception
- Throws:
java.lang.Exception
process
public java.lang.String process(org.apache.axis.utils.Options opts,
java.lang.String xmlFile)
throws java.lang.Exception
- Throws:
java.lang.Exception
process
public java.lang.String process(org.apache.axis.utils.Options opts,
java.io.InputStream input)
throws java.lang.Exception
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.