org.apache.servicemix.nmr.core
Class ClientChannel
java.lang.Object
org.apache.servicemix.nmr.core.ChannelImpl
org.apache.servicemix.nmr.core.ClientChannel
- All Implemented Interfaces:
- Channel, InternalChannel
public class ClientChannel
- extends ChannelImpl
A Channel to be used as a client.
Only sendSync should be used, else an exception will occur
|
Constructor Summary |
ClientChannel(NMR nmr,
org.apache.servicemix.executors.Executor executor)
|
| Methods inherited from class org.apache.servicemix.nmr.core.ChannelImpl |
close, createExchange, deliver, dispatch, getEndpoint, getExecutor, getNMR, handleFailure, isRunAsSubject, isShouldRunSynchronously, process, send, sendSync, sendSync, setRunAsSubject, setShouldRunSynchronously |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientChannel
public ClientChannel(NMR nmr,
org.apache.servicemix.executors.Executor executor)
Copyright © 2005-2012 FuseSource. All Rights Reserved.