A C D E G H I M N O S T U V 

A

ack() - Static method in class org.apache.camel.component.hl7.HL7
 
ack(AckCode) - Static method in class org.apache.camel.component.hl7.HL7
ack(AcknowledgmentCode) - Static method in class org.apache.camel.component.hl7.HL7
 
ack(AckCode, String, int) - Static method in class org.apache.camel.component.hl7.HL7
ack(AckCode, String, ErrorCode) - Static method in class org.apache.camel.component.hl7.HL7
ack(AcknowledgmentCode, String, ErrorCode) - Static method in class org.apache.camel.component.hl7.HL7
 
AckCode - Enum in org.apache.camel.component.hl7
Deprecated.
use AcknowledgmentCode
AckExpression - Class in org.apache.camel.component.hl7
 
AckExpression() - Constructor for class org.apache.camel.component.hl7.AckExpression
 
AckExpression(AckCode) - Constructor for class org.apache.camel.component.hl7.AckExpression
AckExpression(AckCode, String, int) - Constructor for class org.apache.camel.component.hl7.AckExpression
AckExpression(AckCode, String, ErrorCode) - Constructor for class org.apache.camel.component.hl7.AckExpression
AckExpression(AcknowledgmentCode) - Constructor for class org.apache.camel.component.hl7.AckExpression
 
AckExpression(AcknowledgmentCode, String, ErrorCode) - Constructor for class org.apache.camel.component.hl7.AckExpression
 

C

convertLFToCR() - Static method in class org.apache.camel.component.hl7.HL7
 
createExpression(String) - Method in class org.apache.camel.component.hl7.TerserLanguage
 
createPredicate(String) - Method in class org.apache.camel.component.hl7.TerserLanguage
 

D

doStart() - Method in class org.apache.camel.component.hl7.HL7DataFormat
 
doStop() - Method in class org.apache.camel.component.hl7.HL7DataFormat
 

E

evaluate(Exchange) - Method in class org.apache.camel.component.hl7.AckExpression
 

G

getCharset() - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
getCharset() - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
getCharsetName(Message, Exchange) - Static method in enum org.apache.camel.component.hl7.HL7Charset
Returns the charset to be used for marshalling HL7 messages.
getCharsetName(byte[], String) - Static method in enum org.apache.camel.component.hl7.HL7Charset
Returns the charset to be used for unmarshalling HL7 messages.
getDecoder(IoSession) - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
getEncoder(IoSession) - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
getEndByte1() - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
getEndByte1() - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
getEndByte2() - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
getEndByte2() - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
getHapiContext() - Method in class org.apache.camel.component.hl7.HL7DataFormat
 
getHapiContext() - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
getHL7Charset(String) - Static method in enum org.apache.camel.component.hl7.HL7Charset
Returns the HL7Charset that matches the parameter
getHL7CharsetName() - Method in enum org.apache.camel.component.hl7.HL7Charset
 
getJavaCharsetName() - Method in enum org.apache.camel.component.hl7.HL7Charset
 
getParser() - Method in class org.apache.camel.component.hl7.HL7DataFormat
 
getParser() - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
getStartByte() - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
getStartByte() - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
guessCharsetName(byte[], Exchange) - Method in class org.apache.camel.component.hl7.HL7DataFormat
In HL7 the charset of the message can be set in MSH-18, but you need to decode the input stream in order to be able to read MSH-18.

H

HL7 - Class in org.apache.camel.component.hl7
 
HL7_CHARSET - Static variable in class org.apache.camel.component.hl7.HL7Constants
 
HL7_CONTEXT - Static variable in class org.apache.camel.component.hl7.HL7Constants
 
HL7_MESSAGE_CONTROL - Static variable in class org.apache.camel.component.hl7.HL7Constants
 
HL7_MESSAGE_TYPE - Static variable in class org.apache.camel.component.hl7.HL7Constants
 
HL7_PROCESSING_ID - Static variable in class org.apache.camel.component.hl7.HL7Constants
 
HL7_RECEIVING_APPLICATION - Static variable in class org.apache.camel.component.hl7.HL7Constants
 
HL7_RECEIVING_FACILITY - Static variable in class org.apache.camel.component.hl7.HL7Constants
 
HL7_SECURITY - Static variable in class org.apache.camel.component.hl7.HL7Constants
 
HL7_SENDING_APPLICATION - Static variable in class org.apache.camel.component.hl7.HL7Constants
 
HL7_SENDING_FACILITY - Static variable in class org.apache.camel.component.hl7.HL7Constants
 
HL7_TIMESTAMP - Static variable in class org.apache.camel.component.hl7.HL7Constants
 
HL7_TRIGGER_EVENT - Static variable in class org.apache.camel.component.hl7.HL7Constants
 
HL7_VERSION_ID - Static variable in class org.apache.camel.component.hl7.HL7Constants
 
HL7Charset - Enum in org.apache.camel.component.hl7
This enumerates the defined charsets for HL7 as defined in Table 0211, mapping them to the Java charset names and back
HL7Constants - Class in org.apache.camel.component.hl7
HL7 Constants
HL7Converter - Class in org.apache.camel.component.hl7
HL7 converters.
HL7DataFormat - Class in org.apache.camel.component.hl7
HL7 DataFormat (supports v2.x of the HL7 protocol).
HL7DataFormat() - Constructor for class org.apache.camel.component.hl7.HL7DataFormat
 
HL7MLLPCodec - Class in org.apache.camel.component.hl7
HL7 MLLP codec.
HL7MLLPCodec() - Constructor for class org.apache.camel.component.hl7.HL7MLLPCodec
 
HL7MLLPConfig - Class in org.apache.camel.component.hl7
 
HL7MLLPConfig() - Constructor for class org.apache.camel.component.hl7.HL7MLLPConfig
 
HL7MLLPNettyDecoderFactory - Class in org.apache.camel.component.hl7
Netty MLLP Decoder factory
HL7MLLPNettyDecoderFactory() - Constructor for class org.apache.camel.component.hl7.HL7MLLPNettyDecoderFactory
 
HL7MLLPNettyEncoderFactory - Class in org.apache.camel.component.hl7
Netty MLLP Encoder factory
HL7MLLPNettyEncoderFactory() - Constructor for class org.apache.camel.component.hl7.HL7MLLPNettyEncoderFactory
 

I

isConvertLFtoCR() - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
isConvertLFtoCR() - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
isError() - Method in enum org.apache.camel.component.hl7.AckCode
Deprecated.
 
isProduceString() - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
isProduceString() - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
isValidate() - Method in class org.apache.camel.component.hl7.HL7DataFormat
 
isValidate() - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
isValidate() - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 

M

marshal(Exchange, Object, OutputStream) - Method in class org.apache.camel.component.hl7.HL7DataFormat
 
matches(Exchange) - Method in class org.apache.camel.component.hl7.ValidationContextPredicate
 
messageConforms() - Static method in class org.apache.camel.component.hl7.HL7
 
messageConformsTo(HapiContext) - Static method in class org.apache.camel.component.hl7.HL7
 
messageConformsTo(ValidationContext) - Static method in class org.apache.camel.component.hl7.HL7
 
messageConformsTo(Expression) - Static method in class org.apache.camel.component.hl7.HL7
 

N

newChannelHandler() - Method in class org.apache.camel.component.hl7.HL7MLLPNettyDecoderFactory
 
newChannelHandler() - Method in class org.apache.camel.component.hl7.HL7MLLPNettyEncoderFactory
 

O

org.apache.camel.component.hl7 - package org.apache.camel.component.hl7
 

S

setCharset(Charset) - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
setCharset(String) - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
setCharset(Charset) - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
setConvertLFtoCR(boolean) - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
setConvertLFtoCR(boolean) - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
setEndByte1(char) - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
setEndByte1(char) - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
setEndByte2(char) - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
setEndByte2(char) - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
setHapiContext(HapiContext) - Method in class org.apache.camel.component.hl7.HL7DataFormat
 
setHapiContext(HapiContext) - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
setParser(Parser) - Method in class org.apache.camel.component.hl7.HL7DataFormat
 
setParser(Parser) - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
setProduceString(boolean) - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
setProduceString(boolean) - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
setStartByte(char) - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
setStartByte(char) - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 
setValidate(boolean) - Method in class org.apache.camel.component.hl7.HL7DataFormat
 
setValidate(boolean) - Method in class org.apache.camel.component.hl7.HL7MLLPCodec
 
setValidate(boolean) - Method in class org.apache.camel.component.hl7.HL7MLLPConfig
 

T

terser(String) - Static method in class org.apache.camel.component.hl7.HL7
 
Terser - Annotation Type in org.apache.camel.component.hl7
 
terser(String) - Static method in class org.apache.camel.component.hl7.TerserLanguage
 
TerserLanguage - Class in org.apache.camel.component.hl7
 
TerserLanguage() - Constructor for class org.apache.camel.component.hl7.TerserLanguage
 
toAcknowledgmentCode() - Method in enum org.apache.camel.component.hl7.AckCode
Deprecated.
 
toByteArray(Message) - Static method in class org.apache.camel.component.hl7.HL7Converter
 
toMessage(String) - Static method in class org.apache.camel.component.hl7.HL7Converter
 
toMessage(byte[]) - Static method in class org.apache.camel.component.hl7.HL7Converter
 
toString(Message) - Static method in class org.apache.camel.component.hl7.HL7Converter
 

U

unmarshal(Exchange, InputStream) - Method in class org.apache.camel.component.hl7.HL7DataFormat
 

V

ValidationContextPredicate - Class in org.apache.camel.component.hl7
 
ValidationContextPredicate() - Constructor for class org.apache.camel.component.hl7.ValidationContextPredicate
 
ValidationContextPredicate(HapiContext) - Constructor for class org.apache.camel.component.hl7.ValidationContextPredicate
 
ValidationContextPredicate(ValidationContext) - Constructor for class org.apache.camel.component.hl7.ValidationContextPredicate
 
ValidationContextPredicate(Expression) - Constructor for class org.apache.camel.component.hl7.ValidationContextPredicate
 
valueOf(String) - Static method in enum org.apache.camel.component.hl7.AckCode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.component.hl7.HL7Charset
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.hl7.AckCode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.component.hl7.HL7Charset
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I M N O S T U V 

Apache Camel