Uses of Interface
ca.uhn.hl7v2.HapiContext
Packages that use HapiContext
Package
Description
-
Uses of HapiContext in ca.uhn.hl7v2
Classes in ca.uhn.hl7v2 that implement HapiContextMethods in ca.uhn.hl7v2 that return HapiContextModifier and TypeMethodDescriptionfinal HapiContextHapiContextSupport.getHapiContext()Returns a unmodifiable instance of HapiContextMethods in ca.uhn.hl7v2 with parameters of type HapiContextModifier and TypeMethodDescriptionprotected voidHapiContextSupport.setHapiContext(HapiContext context) Only for internal purposes: associate a newHapiContextwith an existing service object.Constructors in ca.uhn.hl7v2 with parameters of type HapiContextModifierConstructorDescriptionDefaultHapiContext(HapiContext context) HapiContextSupport(HapiContext context) -
Uses of HapiContext in ca.uhn.hl7v2.app
Methods in ca.uhn.hl7v2.app with parameters of type HapiContextModifier and TypeMethodDescriptionstatic ConnectionHubConnectionHub.getInstance(HapiContext context) Deprecated.static ConnectionHubConnectionHub.getNewInstance(HapiContext context) Returns a new (non-singleton) instance of the ConnectionHub which uses the given executor service.Constructors in ca.uhn.hl7v2.app with parameters of type HapiContextModifierConstructorDescriptionHL7Service(HapiContext theHapiContext) SimpleServer(HapiContext hapiContext, int port, boolean tls) Creates a new instance of SimpleServer that listens on a given server socket.SimpleServer(HapiContext hapiContext, int port, boolean tls, boolean acceptAll) Creates a new instance of SimpleServer that listens on a given server socket and will pass all messages to the responders, even if the message control id is not known to the server.TwoPortService(HapiContext hapiContext, int inboundPort, int outboundPort, boolean tls) Creates a new instance of TwoPortService -
Uses of HapiContext in ca.uhn.hl7v2.conf.check
Constructors in ca.uhn.hl7v2.conf.check with parameters of type HapiContext -
Uses of HapiContext in ca.uhn.hl7v2.model
Methods in ca.uhn.hl7v2.model with parameters of type HapiContextModifier and TypeMethodDescriptionstatic MessageUnmodifiable.unmodifiableMessage(HapiContext context, String s) Parses the string to anUnmodifiable.UnmodifiableMessageusing the specific HapiContext. -
Uses of HapiContext in ca.uhn.hl7v2.parser
Constructors in ca.uhn.hl7v2.parser with parameters of type HapiContextModifierConstructorDescriptionDefaultXMLParser(HapiContext context) GenericParser(HapiContext context) Parser(HapiContext context) Creates a new parser, using theModelClassFactory, theParserConfigurationand theValidationContextas defined in the context.PipeParser(HapiContext context) XMLParser(HapiContext context) -
Uses of HapiContext in ca.uhn.hl7v2.protocol.impl
Constructors in ca.uhn.hl7v2.protocol.impl with parameters of type HapiContextModifierConstructorDescriptionApplicationRouterImpl(HapiContext theContext) ApplicationRouterImpl(HapiContext theContext, Parser theParser) Deprecated.define parser over context -
Uses of HapiContext in ca.uhn.hl7v2.util
Constructors in ca.uhn.hl7v2.util with parameters of type HapiContextModifierConstructorDescriptionHl7InputStreamMessageIterator(InputStream theInputStream, HapiContext theHapiContext) ConstructorHl7InputStreamMessageIterator(Reader theReader, HapiContext theHapiContext) Constructor -
Uses of HapiContext in ca.uhn.hl7v2.validation
Methods in ca.uhn.hl7v2.validation with parameters of type HapiContextModifier and TypeMethodDescriptionDefaultValidationExceptionHandler.getNewInstance(HapiContext theContext) ReportingValidationExceptionHandler.getNewInstance(HapiContext context) RespondingValidationExceptionHandler.getNewInstance(HapiContext context) ValidationExceptionHandlerFactory.getNewInstance(HapiContext context) Constructors in ca.uhn.hl7v2.validation with parameters of type HapiContext -
Uses of HapiContext in ca.uhn.hl7v2.validation.impl
Methods in ca.uhn.hl7v2.validation.impl with parameters of type HapiContextModifier and TypeMethodDescriptionSimpleValidationExceptionHandler.getNewInstance(HapiContext context) Constructors in ca.uhn.hl7v2.validation.impl with parameters of type HapiContext
getConnectionHub()to get an instance of ConnectionHub.