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) |
Modifier and Type | Method and Description |
---|---|
static Message |
Unmodifiable.unmodifiableMessage(HapiContext context,
String s)
Parses the string to an
UnmodifiableMessage using the specific HapiContext. |
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)
Deprecated.
define parser over context
|
Constructor and Description |
---|
Hl7InputStreamMessageIterator(InputStream theInputStream,
HapiContext theHapiContext)
Constructor
|
Hl7InputStreamMessageIterator(Reader theReader,
HapiContext theHapiContext)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ValidationExceptionHandler<Boolean> |
DefaultValidationExceptionHandler.getNewInstance(HapiContext theContext) |
ValidationExceptionHandler<Boolean> |
ReportingValidationExceptionHandler.getNewInstance(HapiContext context) |
ValidationExceptionHandler<R> |
ValidationExceptionHandlerFactory.getNewInstance(HapiContext context) |
ValidationExceptionHandler<Message> |
RespondingValidationExceptionHandler.getNewInstance(HapiContext context) |
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–2017 University Health Network. All rights reserved.