org.exoplatform.services.wsrp2
Class AdminClient

java.lang.Object
  extended by 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
           
 
Constructor Summary
AdminClient()
           
 
Method Summary
 org.apache.axis.client.Call getCall()
           
 String list()
           
 String list(org.apache.axis.utils.Options opts)
           
static void main(String[] args)
           
 String process(InputStream input)
           
 String process(org.apache.axis.utils.Options opts, InputStream input)
           
 String process(org.apache.axis.utils.Options opts, String xmlFile)
           
 String process(String xmlFile)
           
 String process(String[] args)
           
 String process(URL xmlURL)
           
 void processOpts(org.apache.axis.utils.Options opts)
           
 String quit()
           
 String quit(org.apache.axis.utils.Options opts)
           
static void setDefaultConfiguration(org.apache.axis.EngineConfiguration config)
          Set default configuration.
 String undeployHandler(String handlerName)
           
 String undeployService(String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AdminClient

public AdminClient()
Method Detail

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.