soaprmi.soaprpc
Class HttpSocketSoapServer
java.lang.Object
soaprmi.soaprpc.HttpSocketSoapServer
- All Implemented Interfaces:
- java.lang.Runnable, SoapServer
- public class HttpSocketSoapServer
- extends java.lang.Object
- implements SoapServer, java.lang.Runnable
Very simple embeddable web server that is hosting web services.
- Version:
- $Revision: 1.17 $
- Author:
- Aleksander Slominski
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newInstance
public static HttpSocketSoapServer newInstance(SoaprmiServerSocketFactory socketFactory)
getServerPort
public int getServerPort()
- Specified by:
getServerPort in interface SoapServer
getDispatcher
public SoapDispatcher getDispatcher()
- Specified by:
getDispatcher in interface SoapServer
getLocation
public java.lang.String getLocation()
throws ServerException
- Specified by:
getLocation in interface SoapServer
- Throws:
ServerException
setDispatcher
public void setDispatcher(SoapDispatcher disp_)
startServer
public void startServer()
throws ServerException
- Specified by:
startServer in interface SoapServer
- Throws:
ServerException
stopServer
public void stopServer()
throws ServerException
- Specified by:
stopServer in interface SoapServer
- Throws:
ServerException
shutdownServer
public void shutdownServer()
throws ServerException
- Specified by:
shutdownServer in interface SoapServer
- Throws:
ServerException
run
public void run()
- Specified by:
run in interface java.lang.Runnable
fireConnection
public void fireConnection(java.net.Socket socket,
java.util.Map connectionProps)
Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.