org.apache.servicemix.nmr.api.internal
Interface InternalChannel
- All Superinterfaces:
- Channel
public interface InternalChannel
- extends Channel
InternalChannel is the private contract for channels.
The deliver(InternalExchange) method
is to be used by Flows implementations so that they can
hand exchanges to the channels.
- Since:
- 4.0
- Version:
- $Revision: $
deliver
void deliver(InternalExchange exchange)
- Deliver an exchange to the endpoint using this channel
- Parameters:
exchange - the exchange to delivery
Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.