ClientSessionpublic class ClientSession extends com.sun.xml.ws.rm.jaxws.runtime.Session Client side implementation of Session, set in BindingProvider property.
In addition to SessionID, ability to Terminate the underlying
ClientOutboundSequence is exposed in the close method. |
Fields Summary |
---|
private RMClientPipe | pipe |
Constructors Summary |
---|
public ClientSession(String id, RMClientPipe pipe)
super(id);
this.pipe = pipe;
|
|