| java.lang.Object com.sun.xml.ws.transport.tcp.util.ChannelContext
All known Subclasses: com.sun.xml.ws.transport.tcp.util.ChannelZeroContext,
configureCodec | public static void configureCodec(ChannelContext channelContext, SOAPVersion soapVersion, Codec defaultCodec)(Code) | | Configure Codec according to channel settings
|
getChannelId | public int getChannelId()(Code) | | Return channel id
|
getChannelSettings | public ChannelSettings getChannelSettings()(Code) | | Return channel settings, which were aggreed during handshake phase
|
getCodec | public Codec getCodec()(Code) | | Return message Codec, which is used for encoding/decoding messages
on this virtual channel
|
getConnection | public Connection getConnection()(Code) | | Return TCP connection object, where this virtual channel is acting on
|
getConnectionSession | public ConnectionSession getConnectionSession()(Code) | | Return TCP session object where which this virual channel is open on
|
getContentType | public String getContentType() throws WSTCPException(Code) | | Gets message's content type from TCP protocol specific representation
|
getTargetWSURI | public WSTCPURI getTargetWSURI()(Code) | | Return correspondent WS's URI
|
getWSServiceName | public QName getWSServiceName()(Code) | | Return virtual channel's correspondent service name
|
onRecycled | public void onRecycled()(Code) | | |
setContentType | public void setContentType(String contentTypeS) throws WSTCPException(Code) | | Sets message's content type to TCP protocol specific representation
|
setWSServiceName | public void setWSServiceName(QName wsServiceName)(Code) | | |
|
|