Package org.apache.axis2.kernel
Class SimpleAxis2Server
- java.lang.Object
-
- org.apache.axis2.engine.AxisServer
-
- org.apache.axis2.kernel.SimpleAxis2Server
-
- Direct Known Subclasses:
Axis2Server
public class SimpleAxis2Server extends AxisServer
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_PORT
-
Fields inherited from class org.apache.axis2.engine.AxisServer
configContext, listenerManager
-
-
Constructor Summary
Constructors Constructor Description SimpleAxis2Server(String repoLocation, String confLocation)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
static void
printUsage()
-
Methods inherited from class org.apache.axis2.engine.AxisServer
createDefaultConfigurationContext, deployService, getConfigurationContext, setConfigurationContext, start, stop
-
-