public class MllpProducer
extends org.apache.camel.impl.DefaultProducer
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Exchange |
createExchange() |
org.apache.camel.Exchange |
createExchange(org.apache.camel.Exchange exchange)
Deprecated.
|
org.apache.camel.Exchange |
createExchange(org.apache.camel.ExchangePattern pattern) |
protected void |
doStop()
Hack to circumvent accessing private members of the super class with the effect that
disposing the connector does NOT wait indefinitely.
|
org.apache.camel.component.mina2.Mina2Endpoint |
getEndpoint() |
org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder |
getFilterChain() |
org.apache.camel.ServiceStatus |
getStatus() |
String |
getVersion() |
boolean |
isRunAllowed() |
boolean |
isSingleton() |
boolean |
isStarted() |
boolean |
isStarting() |
boolean |
isStopped() |
boolean |
isStopping() |
boolean |
isStoppingOrStopped() |
boolean |
isSuspended() |
boolean |
isSuspending() |
boolean |
isSuspendingOrSuspended() |
void |
process(org.apache.camel.Exchange exchange) |
void |
resume() |
void |
shutdown() |
void |
start() |
void |
stop() |
void |
suspend() |
public void stop()
throws Exception
stop in interface org.apache.camel.Servicestop in class org.apache.camel.support.ServiceSupportExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultProducerExceptionpublic org.apache.camel.component.mina2.Mina2Endpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.impl.DefaultProducerpublic boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonisSingleton in class org.apache.camel.impl.DefaultProducerpublic org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder getFilterChain()
public org.apache.camel.Exchange createExchange()
createExchange in interface org.apache.camel.ProducercreateExchange in class org.apache.camel.impl.DefaultProducerpublic org.apache.camel.Exchange createExchange(org.apache.camel.ExchangePattern pattern)
createExchange in interface org.apache.camel.ProducercreateExchange in class org.apache.camel.impl.DefaultProducer@Deprecated public org.apache.camel.Exchange createExchange(org.apache.camel.Exchange exchange)
createExchange in interface org.apache.camel.ProducercreateExchange in class org.apache.camel.impl.DefaultProducerpublic void start()
throws Exception
start in interface org.apache.camel.Servicestart in class org.apache.camel.support.ServiceSupportExceptionpublic void suspend()
throws Exception
suspend in interface org.apache.camel.SuspendableServicesuspend in class org.apache.camel.support.ServiceSupportExceptionpublic void resume()
throws Exception
resume in interface org.apache.camel.SuspendableServiceresume in class org.apache.camel.support.ServiceSupportExceptionpublic void shutdown()
throws Exception
shutdown in interface org.apache.camel.ShutdownableServiceshutdown in class org.apache.camel.support.ServiceSupportExceptionpublic org.apache.camel.ServiceStatus getStatus()
getStatus in interface org.apache.camel.StatefulServicegetStatus in class org.apache.camel.support.ServiceSupportpublic boolean isStarted()
isStarted in interface org.apache.camel.StatefulServiceisStarted in class org.apache.camel.support.ServiceSupportpublic boolean isStarting()
isStarting in interface org.apache.camel.StatefulServiceisStarting in class org.apache.camel.support.ServiceSupportpublic boolean isStopping()
isStopping in interface org.apache.camel.StatefulServiceisStopping in class org.apache.camel.support.ServiceSupportpublic boolean isStopped()
isStopped in interface org.apache.camel.StatefulServiceisStopped in class org.apache.camel.support.ServiceSupportpublic boolean isSuspending()
isSuspending in interface org.apache.camel.StatefulServiceisSuspending in class org.apache.camel.support.ServiceSupportpublic boolean isSuspended()
isSuspended in interface org.apache.camel.SuspendableServiceisSuspended in class org.apache.camel.support.ServiceSupportpublic boolean isRunAllowed()
isRunAllowed in interface org.apache.camel.StatefulServiceisRunAllowed in class org.apache.camel.support.ServiceSupportpublic boolean isStoppingOrStopped()
isStoppingOrStopped in class org.apache.camel.support.ServiceSupportpublic boolean isSuspendingOrSuspended()
isSuspendingOrSuspended in class org.apache.camel.support.ServiceSupportpublic String getVersion()
getVersion in interface org.apache.camel.StatefulServicegetVersion in class org.apache.camel.support.ServiceSupportCopyright © 2021 Open eHealth Foundation. All rights reserved.