Uses of Class
ca.uhn.hl7v2.llp.LLPException

Packages that use LLPException
ca.uhn.hl7v2.app   
ca.uhn.hl7v2.llp   
 

Uses of LLPException in ca.uhn.hl7v2.app
 

Methods in ca.uhn.hl7v2.app that throw LLPException
 Message Initiator.sendAndReceive(Message out)
          Sends a message to a responder system, receives the reply, and returns the reply as a Message object.
 

Constructors in ca.uhn.hl7v2.app that throw LLPException
Connection(Parser parser, LowerLayerProtocol llp, Socket bidirectional)
          Creates a new instance of Connection, with inbound and outbound communication on a single port.
Connection(Parser parser, LowerLayerProtocol llp, Socket bidirectional, ExecutorService executorService)
           
Connection(Parser parser, LowerLayerProtocol llp, Socket inbound, Socket outbound)
          Creates a new instance of Connection, with inbound communication on one port and outbound on another.
Connection(Parser parser, LowerLayerProtocol llp, Socket inbound, Socket outbound, ExecutorService executorService)
          Creates a new instance of Connection, with inbound communication on one port and outbound on another.
Responder(Parser parser)
          Creates a new instance of Responder that optionally validates parsing of incoming messages using a system property.
 

Uses of LLPException in ca.uhn.hl7v2.llp
 

Methods in ca.uhn.hl7v2.llp that throw LLPException
 String MinLLPReader.getMessage()
          Reads an HL7 encoded message from this Reader's InputStream.
 String HL7Reader.getMessage()
          Reads a complete HL7 message from the underlying input stream
 String ExtendedMinLLPReader.getMessage()
           
 HL7Reader MinLowerLayerProtocol.getReader(InputStream in)
          Creates an HL7Reader that implements message reading according to this protocol.
abstract  HL7Reader LowerLayerProtocol.getReader(InputStream in)
          Returns an HL7Reader that implements message reading according to this protocol.
 HL7Reader ExtendedMinLowerLayerProtocol.getReader(InputStream in)
          Returns an HL7Reader that implements message reading according to this protocol.
 HL7Writer MinLowerLayerProtocol.getWriter(OutputStream out)
          Creates an HL7Writer that implements message writing according to this protocol.
abstract  HL7Writer LowerLayerProtocol.getWriter(OutputStream out)
          Returns an HL7Writer that implements message writing according to this protocol.
 HL7Writer ExtendedMinLowerLayerProtocol.getWriter(OutputStream theOut)
          Returns an HL7Writer that implements message writing according to this protocol.
 void MinLLPWriter.writeMessage(String message)
          Sends a complete message to the underlying output stream, delimited according to the minimal lower layer protocol.
 void HL7Writer.writeMessage(String message)
          Sends a complete message to the underlying output stream using the lower layer protocol implemented by this HL7Writer.
 void ExtendedMinLLPWriter.writeMessage(String theMessage)
          Sends a complete message to the underlying output stream using the lower layer protocol implemented by this HL7Writer.
 void MinLLPWriter.writeMessage(String message, String charset)
          Sends a complete message to the underlying output stream, delimited according to the minimal lower layer protocol, using the specified character set.
 



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