soaprmi.server
Interface SoaprmiServerSocketFactory
- All Known Implementing Classes:
- PlainServerSocketFactory
- public interface SoaprmiServerSocketFactory
Socket factory that can be used by soaprmi embedded server.
- Version:
- $Revision: 1.5 $
- Author:
- Aleksander Slominski
accept
public java.net.Socket accept()
throws java.io.IOException
- Accept new socket that can be used to read SOAP/HTTP request.
- Throws:
java.io.IOException
accept
public java.net.Socket accept(java.util.Map connectionProps)
throws java.io.IOException
- Throws:
java.io.IOException
shutdown
public void shutdown()
throws java.io.IOException
- Throws:
java.io.IOException
getServerPort
public int getServerPort()
getServerLocation
public java.lang.String getServerLocation()
throws ServerException
- Throws:
ServerException
Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.