Package org.apache.camel.component.hl7
Class HL7MLLPConfig
java.lang.Object
org.apache.camel.component.hl7.HL7MLLPConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar
char
ca.uhn.hl7v2.HapiContext
ca.uhn.hl7v2.parser.Parser
char
boolean
boolean
boolean
void
setCharset
(Charset charset) void
setConvertLFtoCR
(boolean convertLFtoCR) void
setEndByte1
(char endByte1) void
setEndByte2
(char endByte2) void
setHapiContext
(ca.uhn.hl7v2.HapiContext hapiContext) void
setMalformedInputErrorAction
(CodingErrorAction malformedInputErrorAction) void
setParser
(ca.uhn.hl7v2.parser.Parser parser) void
setProduceString
(boolean produceString) void
setStartByte
(char startByte) void
setUnmappableCharacterErrorAction
(CodingErrorAction unmappableCharacterErrorAction) void
setValidate
(boolean validate)
-
Constructor Details
-
HL7MLLPConfig
public HL7MLLPConfig()
-
-
Method Details
-
getCharset
-
setCharset
-
isConvertLFtoCR
public boolean isConvertLFtoCR() -
setConvertLFtoCR
public void setConvertLFtoCR(boolean convertLFtoCR) -
getStartByte
public char getStartByte() -
setStartByte
public void setStartByte(char startByte) -
getEndByte1
public char getEndByte1() -
setEndByte1
public void setEndByte1(char endByte1) -
getEndByte2
public char getEndByte2() -
setEndByte2
public void setEndByte2(char endByte2) -
getParser
public ca.uhn.hl7v2.parser.Parser getParser() -
setParser
public void setParser(ca.uhn.hl7v2.parser.Parser parser) -
getHapiContext
public ca.uhn.hl7v2.HapiContext getHapiContext() -
setHapiContext
public void setHapiContext(ca.uhn.hl7v2.HapiContext hapiContext) -
isValidate
public boolean isValidate() -
setValidate
public void setValidate(boolean validate) -
isProduceString
public boolean isProduceString() -
setProduceString
public void setProduceString(boolean produceString) -
getMalformedInputErrorAction
-
setMalformedInputErrorAction
-
getUnmappableCharacterErrorAction
-
setUnmappableCharacterErrorAction
-