org.codehaus.xfire.transport
Interface ChannelEndpoint

All Known Implementing Classes:
Client, DefaultEndpoint, JDOMEndpoint

public interface ChannelEndpoint

Receives messages from a channel and acts them.

Author:
Dan Diephouse

Method Summary
 void onReceive(MessageContext context, InMessage msg)
           
 

Method Detail

onReceive

void onReceive(MessageContext context,
               InMessage msg)


Copyright © 2004-2009. All Rights Reserved.