Modifier and Type | Method and Description |
---|---|
static AckCode |
AckCode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AckCode[] |
AckCode.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.camel.builder.ValueBuilder |
HL7.ack(AckCode code)
Deprecated.
|
static org.apache.camel.builder.ValueBuilder |
HL7.ack(AckCode code,
String errorMessage,
ca.uhn.hl7v2.ErrorCode errorCode)
Deprecated.
|
static org.apache.camel.builder.ValueBuilder |
HL7.ack(AckCode code,
String errorMessage,
int errorCode)
Deprecated.
|
Constructor and Description |
---|
AckExpression(AckCode acknowledgementCode)
Deprecated.
|
AckExpression(AckCode acknowledgementCode,
String errorMessage,
ca.uhn.hl7v2.ErrorCode errorCode)
|
AckExpression(AckCode acknowledgementCode,
String errorMessage,
int errorCode)
|
Apache Camel