Package org.apache.camel.component.hl7
Class HL7MLLPConfig
java.lang.Object
org.apache.camel.component.hl7.HL7MLLPConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharcharca.uhn.hl7v2.HapiContextca.uhn.hl7v2.parser.ParsercharbooleanbooleanbooleanvoidsetCharset(Charset charset) voidsetConvertLFtoCR(boolean convertLFtoCR) voidsetEndByte1(char endByte1) voidsetEndByte2(char endByte2) voidsetHapiContext(ca.uhn.hl7v2.HapiContext hapiContext) voidsetMalformedInputErrorAction(CodingErrorAction malformedInputErrorAction) voidsetParser(ca.uhn.hl7v2.parser.Parser parser) voidsetProduceString(boolean produceString) voidsetStartByte(char startByte) voidsetUnmappableCharacterErrorAction(CodingErrorAction unmappableCharacterErrorAction) voidsetValidate(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
-