public class UtilServer
extends java.lang.Object
| Constructor and Description |
|---|
UtilServer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deployService(AxisService service) |
static ConfigurationContext |
getConfigurationContext() |
static ConfigurationContext |
getNewConfigurationContext(java.lang.String repository,
java.lang.String axis2xml) |
static void |
start(int testingPort,
java.lang.String repository) |
static void |
start(int testingPort,
java.lang.String repository,
java.lang.String axis2xml) |
static void |
stop() |
static void |
unDeployService(javax.xml.namespace.QName service) |
static boolean |
waitUntilStopped() |
public static void deployService(AxisService service) throws AxisFault
AxisFaultpublic static void unDeployService(javax.xml.namespace.QName service)
throws AxisFault
AxisFaultpublic static void start(int testingPort,
java.lang.String repository)
throws java.lang.Exception
java.lang.Exceptionpublic static void start(int testingPort,
java.lang.String repository,
java.lang.String axis2xml)
throws java.lang.Exception
java.lang.Exceptionpublic static ConfigurationContext getNewConfigurationContext(java.lang.String repository, java.lang.String axis2xml) throws java.lang.Exception
java.lang.Exceptionpublic static ConfigurationContext getConfigurationContext()
public static boolean waitUntilStopped()
Copyright © 2004-2017 The Apache Software Foundation. All Rights Reserved.