Class ClientConnectionSession
java.lang.Object
com.sun.xml.ws.transport.tcp.util.ConnectionSession
com.sun.xml.ws.transport.tcp.client.ClientConnectionSession
- All Implemented Interfaces:
Connection
- Author:
- Alexey Stashok
-
Constructor Summary
ConstructorsConstructorDescriptionClientConnectionSession(Connection connection, SessionCloseListener sessionCloseListener) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidderegisterChannel(ChannelContext context) findWSServiceContextByURI(WSTCPURI wsTCPURI) getAttribute(String name) intvoidvoidregisterChannel(ChannelContext context) voidsetAttribute(String name, Object value) Methods inherited from class com.sun.xml.ws.transport.tcp.util.ConnectionSession
findWSServiceContextByChannelId, getConnection, getServiceChannelContext, init
-
Constructor Details
-
ClientConnectionSession
-
-
Method Details
-
registerChannel
- Specified by:
registerChannelin classConnectionSession
-
deregisterChannel
- Specified by:
deregisterChannelin classConnectionSession
-
findWSServiceContextByURI
- Overrides:
findWSServiceContextByURIin classConnectionSession
-
onReadCompleted
public void onReadCompleted()- Overrides:
onReadCompletedin classConnectionSession
-
close
public void close()- Specified by:
closein interfaceConnection- Overrides:
closein classConnectionSession
-
setAttribute
- Overrides:
setAttributein classConnectionSession
-
getAttribute
- Overrides:
getAttributein classConnectionSession
-
getChannelsAmount
public int getChannelsAmount()- Specified by:
getChannelsAmountin classConnectionSession
-