public abstract class MllpTransactionComponent<AuditDatasetType extends MllpAuditDataset> extends MllpComponent<MllpTransactionEndpointConfiguration>
ACK_TYPE_CODE_HEADER| Modifier | Constructor and Description |
|---|---|
protected |
MllpTransactionComponent() |
protected |
MllpTransactionComponent(org.apache.camel.CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
protected MllpTransactionEndpointConfiguration |
createConfig(Map<String,Object> parameters)
Creates a configuration object.
|
protected MllpEndpoint |
createEndpoint(org.apache.camel.component.mina2.Mina2Endpoint wrappedEndpoint,
MllpTransactionEndpointConfiguration config)
Creates an endpoint object.
|
abstract MllpAuditStrategy<AuditDatasetType> |
getClientAuditStrategy()
Returns client-side ATNA audit strategy.
|
abstract MllpAuditStrategy<AuditDatasetType> |
getServerAuditStrategy()
Returns server-side ATNA audit strategy.
|
createEndpoint, getAdditionalConsumerInterceptors, getAdditionalProducerInterceptorscreateEndpoint, getConfiguration, setConfigurationcreateComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClassafterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHl7v2TransactionConfiguration, getNakFactoryprotected MllpTransactionComponent()
protected MllpTransactionComponent(org.apache.camel.CamelContext camelContext)
protected MllpTransactionEndpointConfiguration createConfig(Map<String,Object> parameters) throws Exception
MllpComponentcreateConfig in class MllpComponent<MllpTransactionEndpointConfiguration>parameters - URL parameters.Exceptionprotected MllpEndpoint createEndpoint(org.apache.camel.component.mina2.Mina2Endpoint wrappedEndpoint, MllpTransactionEndpointConfiguration config)
MllpComponentcreateEndpoint in class MllpComponent<MllpTransactionEndpointConfiguration>wrappedEndpoint - standard Camel MINA2 endpoint instance.config - endpoint configuration.public abstract MllpAuditStrategy<AuditDatasetType> getServerAuditStrategy()
public abstract MllpAuditStrategy<AuditDatasetType> getClientAuditStrategy()
Copyright © 2015 Open eHealth Foundation. All rights reserved.