| Package | Description |
|---|---|
| ca.uhn.hl7v2 | |
| ca.uhn.hl7v2.app | |
| ca.uhn.hl7v2.conf.check | |
| ca.uhn.hl7v2.parser | |
| ca.uhn.hl7v2.protocol.impl | |
| ca.uhn.hl7v2.util | |
| ca.uhn.hl7v2.validation | |
| ca.uhn.hl7v2.validation.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHapiContext
Default implementation for
HapiContext. |
| Modifier and Type | Method and Description |
|---|---|
HapiContext |
HapiContextSupport.getHapiContext()
Returns a unmodifiable instance of HapiContext
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HapiContextSupport.setHapiContext(HapiContext context)
Only for internal purposes: associate a new
HapiContext with an existing
service object. |
| Constructor and Description |
|---|
DefaultHapiContext(HapiContext context) |
HapiContextSupport(HapiContext context) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionHub |
ConnectionHub.getInstance(HapiContext context)
Deprecated.
Use
getConnectionHub() to get an instance of ConnectionHub.
See this example page for an example of how to use ConnectionHub. |
static ConnectionHub |
ConnectionHub.getNewInstance(HapiContext context)
Returns a new (non-singleton) instance of the ConnectionHub which uses the given executor
service.
|
| Constructor and Description |
|---|
HL7Service(HapiContext theHapiContext) |
SimpleServer(HapiContext hapiContext,
int port,
boolean tls)
Creates a new instance of SimpleServer that listens on a given server socket.
|
TwoPortService(HapiContext hapiContext,
int inboundPort,
int outboundPort,
boolean tls)
Creates a new instance of TwoPortService
|
| Constructor and Description |
|---|
DefaultValidator(HapiContext context) |
| Constructor and Description |
|---|
DefaultXMLParser(HapiContext context) |
GenericParser(HapiContext context) |
Parser(HapiContext context)
Creates a new parser, using the
ModelClassFactory, the ParserConfiguration
and the ValidationContext as defined in the context. |
PipeParser(HapiContext context) |
XMLParser(HapiContext context) |
| Constructor and Description |
|---|
ApplicationRouterImpl(HapiContext theContext) |
ApplicationRouterImpl(HapiContext theContext,
Parser theParser)
Creates an instance that uses the specified
Parser. |
| Constructor and Description |
|---|
Hl7InputStreamMessageIterator(InputStream theInputStream,
HapiContext theHapiContext)
Constructor
|
Hl7InputStreamMessageIterator(Reader theReader,
HapiContext theHapiContext)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionHandler<R> |
ValidationExceptionHandlerFactory.getNewInstance(HapiContext context) |
ValidationExceptionHandler<Message> |
RespondingValidationExceptionHandler.getNewInstance(HapiContext context) |
ValidationExceptionHandler<Boolean> |
ReportingValidationExceptionHandler.getNewInstance(HapiContext context) |
ValidationExceptionHandler<Boolean> |
DefaultValidationExceptionHandler.getNewInstance(HapiContext theContext) |
| Constructor and Description |
|---|
AbstractValidationExceptionHandler(HapiContext context) |
CollectingValidationExceptionHandler(HapiContext context) |
DefaultValidationExceptionHandler(HapiContext context) |
DefaultValidator(HapiContext context) |
RespondingValidationExceptionHandler(HapiContext context) |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionHandler<Boolean> |
SimpleValidationExceptionHandler.getNewInstance(HapiContext context) |
| Constructor and Description |
|---|
SimpleValidationExceptionHandler(HapiContext context) |
Copyright © 2001-2014 University Health Network. All Rights Reserved.