org.apache.axis2.testutils
Class UtilServer

java.lang.Object
  extended by org.apache.axis2.testutils.UtilServer

public class UtilServer
extends java.lang.Object


Field Summary
static int TESTING_PORT
           
 
Constructor Summary
UtilServer()
           
 
Method Summary
static void deployService(AxisService service)
           
static ConfigurationContext getConfigurationContext()
           
static ConfigurationContext getNewConfigurationContext(java.lang.String repository, java.lang.String axis2xml)
           
static void start(java.lang.String repository)
           
static void start(java.lang.String repository, java.lang.String axis2xml)
           
static void stop()
           
static void unDeployService(javax.xml.namespace.QName service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TESTING_PORT

public static final int TESTING_PORT
Constructor Detail

UtilServer

public UtilServer()
Method Detail

deployService

public static void deployService(AxisService service)
                          throws AxisFault
Throws:
AxisFault

unDeployService

public static void unDeployService(javax.xml.namespace.QName service)
                            throws AxisFault
Throws:
AxisFault

start

public static void start(java.lang.String repository)
                  throws java.lang.Exception
Throws:
java.lang.Exception

start

public static void start(java.lang.String repository,
                         java.lang.String axis2xml)
                  throws java.lang.Exception
Throws:
java.lang.Exception

getNewConfigurationContext

public static ConfigurationContext getNewConfigurationContext(java.lang.String repository,
                                                              java.lang.String axis2xml)
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

stop

public static void stop()
                 throws AxisFault
Throws:
AxisFault

getConfigurationContext

public static ConfigurationContext getConfigurationContext()


Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.