Class MllpDispatchEndpoint
java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.support.DefaultEndpoint
org.openehealth.ipf.platform.camel.ihe.mllp.core.MllpEndpoint<MllpDispatchEndpointConfiguration,MllpAuditDataset,MllpDispatchComponent>
org.openehealth.ipf.platform.camel.ihe.mllp.core.MllpDispatchEndpoint
- All Implemented Interfaces:
AutoCloseable,CamelContextAware,ComponentAware,Endpoint,IsSingleton,Service,ShutdownableService,HasCamelContext,HasId,StatefulService,SuspendableService,InterceptableEndpoint<MllpDispatchEndpointConfiguration,,MllpDispatchComponent> Hl7v2ConfigurationHolder<MllpAuditDataset>,HL7v2Endpoint<MllpAuditDataset>
public class MllpDispatchEndpoint
extends MllpEndpoint<MllpDispatchEndpointConfiguration,MllpAuditDataset,MllpDispatchComponent>
MLLP dispatching Camel endpoint.
- Author:
- Dmytro Rud
-
Field Summary
Fields inherited from class org.apache.camel.support.service.BaseService
BUILT, FAILED, INITIALIZED, INITIALIZING, lock, NEW, SHUTDOWN, SHUTTING_DOWN, STARTED, STARTING, status, STOPPED, STOPPING, SUSPENDED, SUSPENDING -
Constructor Summary
ConstructorsConstructorDescriptionMllpDispatchEndpoint(MllpDispatchComponent mllpComponent, org.apache.camel.component.netty.NettyEndpoint wrappedEndpoint, MllpDispatchEndpointConfiguration config) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.openehealth.ipf.platform.camel.ihe.mllp.core.MllpEndpoint
configureProperties, createExchange, createExchange, createPollingConsumer, doCreateConsumer, doCreateProducer, equals, getCamelContext, getCharsetName, getComponent, getComponentType, getConfig, getConfiguration, getCustomInterceptorFactories, getCustomInterceptorFactoryList, getDispatcher, getEndpointKey, getEndpointUri, getExchangePattern, getHl7v2TransactionConfiguration, getHost, getInteractionId, getInterceptableComponent, getInterceptableConfiguration, getMllpComponent, getNakFactory, getPort, getRequestTimeout, getSegmentFragmentationThreshold, getTimeout, getWrappedEndpoint, hashCode, isLenientProperties, isSingleton, isSupportSegmentFragmentation, setCamelContext, setEndpointUriIfNotSpecified, setExchangePattern, toStringMethods inherited from class org.apache.camel.support.DefaultEndpoint
configureConsumer, configureExchange, configurePollingConsumer, createAsyncProducer, createEndpointUri, doInit, getExceptionHandler, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, setAutowiredEnabled, setBridgeErrorHandler, setComponent, setEndpointUri, setExceptionHandler, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setPropertiesMethods inherited from class org.apache.camel.support.service.BaseService
build, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doStart, doStop, doSuspend, fail, getInternalLock, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.camel.ComponentAware
getComponent, setComponentMethods inherited from interface org.apache.camel.Endpoint
configureExchange, createAsyncProducer, getEndpointBaseUri, isRemote, isSingletonProducerMethods inherited from interface org.openehealth.ipf.platform.camel.ihe.core.InterceptableEndpoint
createConsumer, createProducer, getCustomInterceptorsMethods inherited from interface org.apache.camel.ShutdownableService
shutdownMethods inherited from interface org.apache.camel.StatefulService
getStatus, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspendingMethods inherited from interface org.apache.camel.SuspendableService
isSuspended, resume, suspend
-
Constructor Details
-
MllpDispatchEndpoint
public MllpDispatchEndpoint(MllpDispatchComponent mllpComponent, org.apache.camel.component.netty.NettyEndpoint wrappedEndpoint, MllpDispatchEndpointConfiguration config)
-
-
Method Details
-
createInitialConsumerInterceptorChain
- Returns:
- the initial chain of consumer interceptors for this endpoint
-
createInitialProducerInterceptorChain
- Returns:
- the initial chain of producer interceptors for this endpoint
-