soaprmi.server
Interface ConnectionContext
- public interface ConnectionContext
This is interface that represents information associated with the active connection.
- Version:
- $Revision: 1.5 $ $Date: 2003/04/06 00:04:18 $ (GMT)
- Author:
- Aleksander Slominski [http://www.extreme.indiana.edu/~aslom]
getIncomingSocket
public java.net.Socket getIncomingSocket()
throws ServerException
- Throws:
ServerException
setIncomingSocket
public void setIncomingSocket(java.net.Socket socket)
throws ServerException
- Throws:
ServerException
setIncomingProps
public void setIncomingProps(java.util.Map connectionProps)
throws ServerException
- Throws:
ServerException
getIncomingProps
public java.util.Map getIncomingProps()
throws ServerException
- Throws:
ServerException
setOutgoingProps
public void setOutgoingProps(java.util.Map connectionProps)
throws ServerException
- Throws:
ServerException
getOutgoingProps
public java.util.Map getOutgoingProps()
throws ServerException
- Throws:
ServerException
Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.