| |
|
| java.lang.Object org.apache.axis2.transport.http.SimpleHTTPServer
SimpleHTTPServer | public class SimpleHTTPServer implements TransportListener(Code) | | This is a simple implementation of an HTTP server for processing
SOAP requests via Apache's xml-axis2.
It can be used with no configuration other than the port to listen on, or it can
be configured in detail with an HttpFactory.
|
Inner Class :static class ShutdownThread extends Thread | |
DEFAULT_PORT | public static int DEFAULT_PORT(Code) | | |
embedded | SimpleHttpServer embedded(Code) | | Embedded commons http core based server
|
SimpleHTTPServer | public SimpleHTTPServer()(Code) | | |
SimpleHTTPServer | public SimpleHTTPServer(ConfigurationContext configurationContext, int port) throws AxisFault(Code) | | Create a SimpleHTTPServer using default HttpFactory settings
|
destroy | public void destroy()(Code) | | |
getConfigurationContext | public ConfigurationContext getConfigurationContext()(Code) | | Method getConfigurationContext
the system context |
isRunning | public boolean isRunning()(Code) | | Checks if this HTTP server instance is running.
true/false |
printUsage | public static void printUsage()(Code) | | |
start | public void start() throws AxisFault(Code) | | Start this server as a NON-daemon.
|
stop | public void stop()(Code) | | Stop this server. Can be called safely if the system is already stopped,
or if it was never started.
This will interrupt any pending accept().
|
|
|
|