Package ca.uhn.hl7v2
Class HapiContextSupport
java.lang.Object
ca.uhn.hl7v2.HapiContextSupport
- Direct Known Subclasses:
AbstractValidationExceptionHandler,ConnectionHub,DefaultValidator,Hl7InputStreamMessageIterator,Parser
Abstract base class for subclasses supporting the access to a HapiContext.
- Author:
- Christian Ohr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal HapiContextReturns a unmodifiable instance of HapiContextprotected voidsetHapiContext(HapiContext context) Only for internal purposes: associate a newHapiContextwith an existing service object.
-
Constructor Details
-
HapiContextSupport
-
-
Method Details
-
getHapiContext
Returns a unmodifiable instance of HapiContext -
setHapiContext
Only for internal purposes: associate a newHapiContextwith an existing service object.- Parameters:
context- newHapiContext
-