Package | Description |
---|---|
ca.uhn.hl7v2.hoh.api | |
ca.uhn.hl7v2.hoh.encoder | |
ca.uhn.hl7v2.hoh.hapi.api | |
ca.uhn.hl7v2.hoh.raw.api |
Modifier and Type | Method and Description |
---|---|
EncodingStyle |
ISendable.getEncodingStyle() |
Modifier and Type | Method and Description |
---|---|
static EncodingStyle |
EncodingStyle.detect(String theMessage)
Detect the encoding style of a given message
|
EncodingStyle |
AbstractHl7OverHttpDecoder.getEncodingStyle()
Returns the
EncodingStyle associated with the incoming message,
or null . |
static EncodingStyle |
EncodingStyle.getEncodingStyleForContentType(String theContentType)
Returns the encoding style (e.g.
|
static EncodingStyle |
EncodingStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodingStyle[] |
EncodingStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EncodingStyle |
MessageSendable.getEncodingStyle() |
Modifier and Type | Method and Description |
---|---|
EncodingStyle |
RawSendable.getEncodingStyle() |
Copyright © 2012–2017 University Health Network. All rights reserved.