public class MllpComponent
extends org.apache.camel.impl.UriEndpointComponent
MllpEndpoint
.Modifier and Type | Field and Description |
---|---|
static String |
MLLP_LOG_PHI_PROPERTY |
Constructor and Description |
---|
MllpComponent() |
MllpComponent(org.apache.camel.CamelContext context) |
Modifier and Type | Method and Description |
---|---|
static String |
covertBytesToPrintFriendlyString(byte[] hl7Bytes) |
static String |
covertBytesToPrintFriendlyString(byte[] hl7Bytes,
int startPosition,
int length) |
static String |
covertToPrintFriendlyString(String hl7Message) |
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
static boolean |
isLogPhi() |
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClass
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
public static final String MLLP_LOG_PHI_PROPERTY
public MllpComponent()
public MllpComponent(org.apache.camel.CamelContext context)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint
in class org.apache.camel.impl.DefaultComponent
Exception
public static boolean isLogPhi()
public static String covertBytesToPrintFriendlyString(byte[] hl7Bytes)
public static String covertBytesToPrintFriendlyString(byte[] hl7Bytes, int startPosition, int length)
Apache Camel