Uses of Interface
ca.uhn.hl7v2.protocol.ReceivingApplicationExceptionHandler
Packages that use ReceivingApplicationExceptionHandler
-
Uses of ReceivingApplicationExceptionHandler in ca.uhn.hl7v2.app
Methods in ca.uhn.hl7v2.app with parameters of type ReceivingApplicationExceptionHandlerModifier and TypeMethodDescriptionvoidHL7Service.setExceptionHandler(ReceivingApplicationExceptionHandler exHandler) Sets an exception handler which will be invoked in the event of a failure during parsing, processing, or encoding of an incoming message or its response. -
Uses of ReceivingApplicationExceptionHandler in ca.uhn.hl7v2.protocol
Methods in ca.uhn.hl7v2.protocol with parameters of type ReceivingApplicationExceptionHandlerModifier and TypeMethodDescriptionvoidApplicationRouter.setExceptionHandler(ReceivingApplicationExceptionHandler exceptionHandler) Sets an exception handler which will be invoked in the event of a failure during parsing, processing, or encoding of an incoming message or its response. -
Uses of ReceivingApplicationExceptionHandler in ca.uhn.hl7v2.protocol.impl
Methods in ca.uhn.hl7v2.protocol.impl with parameters of type ReceivingApplicationExceptionHandlerModifier and TypeMethodDescriptionvoidApplicationRouterImpl.setExceptionHandler(ReceivingApplicationExceptionHandler theExceptionHandler) Sets an exception handler which will be invoked in the event of a failure during parsing, processing, or encoding of an incoming message or its response.