com.sun.xml.ws.transport.tcp.server
Interface TCPMessageListener

All Known Implementing Classes:
WSTCPDelegate, WSTCPTomcatRegistry

public interface TCPMessageListener


Method Summary
 void onError(ChannelContext channelContext, WSTCPError error)
           
 void onMessage(ChannelContext channelContext)
           
 

Method Detail

onMessage

void onMessage(ChannelContext channelContext)
               throws java.io.IOException
Throws:
java.io.IOException

onError

void onError(ChannelContext channelContext,
             WSTCPError error)
             throws java.io.IOException
Throws:
java.io.IOException