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

All Known Implementing Classes:
WSTCPDelegate, WSTCPTomcatRegistry

public interface TCPMessageListener

Author:
Alexey Stashok

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

Method Detail

onMessage

void onMessage(ChannelContext channelContext)
               throws IOException
Throws:
IOException

onError

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


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.