Uses of Package
ca.uhn.hl7v2.protocol

Packages that use ca.uhn.hl7v2.protocol
ca.uhn.hl7v2.protocol   
ca.uhn.hl7v2.protocol.impl   
 

Classes in ca.uhn.hl7v2.protocol used by ca.uhn.hl7v2.protocol
AcceptValidator
          Determines whether messages are acceptable for storage.
AcceptValidator.AcceptRuling
          Represents a decision regarding whether a message can be initially accepted for further processing.
ApplicationRouter
          Routes messages to the appropriate application.
ApplicationRouter.AppRoutingData
          Encapsulates the message fields used for routing of messages from the HL7 protocol to the appropriate Application.
Processor
          Encapsulates both the client and server roles of the HL7-defined "original mode" and "enhanced mode" processing rules.
ProcessorContext
          The operational context of a Processor.
ReceivingApplication
          From an HL7 messaging perspective, a ReceivingApplication is a consumer of a messages.
ReceivingApplicationException
          Represents any problem encountered during processing of a message by a ReceivingApplication.
SafeStorage
          Represents a persistent store for incoming messages.
Transportable
          An HL7 message in text form, with optional metadata, which can be handled in a transport layer.
TransportException
          Represents a problem that has occured during transport of a message string to / from some other server.
TransportLayer
          Encapsulates the transport layer of a connection to another HL7 server.
 

Classes in ca.uhn.hl7v2.protocol used by ca.uhn.hl7v2.protocol.impl
AcceptValidator
          Determines whether messages are acceptable for storage.
ApplicationRouter
          Routes messages to the appropriate application.
ApplicationRouter.AppRoutingData
          Encapsulates the message fields used for routing of messages from the HL7 protocol to the appropriate Application.
Initiator
          A convenient way for the initiator of a message exchange to send a message to a remote server and await the response in the same thread.
JMSDestination
          A facade for a JMS Queue or Topic.
Processor
          Encapsulates both the client and server roles of the HL7-defined "original mode" and "enhanced mode" processing rules.
ProcessorContext
          The operational context of a Processor.
ReceivingApplication
          From an HL7 messaging perspective, a ReceivingApplication is a consumer of a messages.
ReceivingApplicationException
          Represents any problem encountered during processing of a message by a ReceivingApplication.
SafeStorage
          Represents a persistent store for incoming messages.
StreamSource
          A source of input and output streams for use with stream-based TransportLayers.
Transportable
          An HL7 message in text form, with optional metadata, which can be handled in a transport layer.
TransportException
          Represents a problem that has occured during transport of a message string to / from some other server.
TransportLayer
          Encapsulates the transport layer of a connection to another HL7 server.
 



Copyright © 2001-2011 University Health Network. All Rights Reserved.