@ManagedResource(description="MllpTcpClient Producer")
public class MllpTcpClientProducer
extends org.apache.camel.impl.DefaultProducer
Constructor and Description |
---|
MllpTcpClientProducer(MllpEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
void |
closeMllpSocket() |
protected void |
doStart() |
protected void |
doStop() |
boolean |
managedCheckConnection() |
void |
process(org.apache.camel.Exchange exchange) |
void |
resetMllpSocket() |
createExchange, createExchange, createExchange, getEndpoint, isSingleton, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public MllpTcpClientProducer(MllpEndpoint endpoint) throws SocketException
SocketException
protected void doStart() throws Exception
doStart
in class org.apache.camel.impl.DefaultProducer
Exception
protected void doStop() throws Exception
doStop
in class org.apache.camel.impl.DefaultProducer
Exception
@ManagedOperation(description="Close client socket") public void closeMllpSocket()
@ManagedOperation(description="Reset client socket") public void resetMllpSocket()
@ManagedOperation(description="Check client connection") public boolean managedCheckConnection()
Apache Camel