public abstract class MllpComponent<ConfigType extends MllpEndpointConfiguration> extends org.apache.camel.component.mina2.Mina2Component implements Hl7v2ConfigurationHolder
| Modifier and Type | Field and Description |
|---|---|
static String |
ACK_TYPE_CODE_HEADER |
| Modifier | Constructor and Description |
|---|---|
protected |
MllpComponent() |
protected |
MllpComponent(org.apache.camel.CamelContext camelContext)
Camel context-based constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ConfigType |
createConfig(Map<String,Object> parameters)
Creates a configuration object.
|
protected abstract MllpEndpoint |
createEndpoint(org.apache.camel.component.mina2.Mina2Endpoint wrappedEndpoint,
ConfigType config)
Creates an endpoint object.
|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters)
Creates and configures the endpoint.
|
List<Hl7v2Interceptor> |
getAdditionalConsumerInterceptors() |
List<Hl7v2Interceptor> |
getAdditionalProducerInterceptors() |
createEndpoint, 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, getNakFactorypublic static final String ACK_TYPE_CODE_HEADER
protected MllpComponent()
protected MllpComponent(org.apache.camel.CamelContext camelContext)
camelContext - camel contextprotected abstract ConfigType createConfig(Map<String,Object> parameters) throws Exception
parameters - URL parameters.Exceptionprotected abstract MllpEndpoint createEndpoint(org.apache.camel.component.mina2.Mina2Endpoint wrappedEndpoint, ConfigType config)
wrappedEndpoint - standard Camel MINA2 endpoint instance.config - endpoint configuration.protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.component.mina2.Mina2ComponentExceptionpublic List<Hl7v2Interceptor> getAdditionalConsumerInterceptors()
Per default returns an empty list.
When overwriting this method, please note:
null.
public List<Hl7v2Interceptor> getAdditionalProducerInterceptors()
Per default returns an empty list.
When overwriting this method, please note:
null.
Copyright © 2015 Open eHealth Foundation. All rights reserved.