soaprmi.server
Interface SoaprmiClientSocketFactory
- All Known Implementing Classes:
- PlainClientSocketFactory
- public interface SoaprmiClientSocketFactory
Socket factory that can be used by soaprmi RPC to connecto to server.
- Version:
- $Revision: 1.4 $
- Author:
- Aleksander Slominski
|
Method Summary |
java.net.Socket |
connect(java.lang.String host,
int port)
Open socket to host:port that can be used ot transfer SOAP/HTTP request. |
connect
public java.net.Socket connect(java.lang.String host,
int port)
throws java.io.IOException,
RemoteException
- Open socket to host:port that can be used ot transfer SOAP/HTTP request.
- Throws:
java.io.IOException
RemoteException
Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.