soaprmi.soaprpc
Interface SoapServer
- All Known Implementing Classes:
- HttpSocketSoapServer
- public interface SoapServer
Generic interface for all SOAP servers.
- Version:
- $Revision: 1.6 $
- Author:
- Aleksander Slominski
getServerPort
public int getServerPort()
getDispatcher
public SoapDispatcher getDispatcher()
getLocation
public java.lang.String getLocation()
throws ServerException
- Throws:
ServerException
startServer
public void startServer()
throws ServerException
- Throws:
ServerException
stopServer
public void stopServer()
throws ServerException
- Throws:
ServerException
shutdownServer
public void shutdownServer()
throws ServerException
- Throws:
ServerException
Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.