Class InitiatorImpl

java.lang.Object
ca.uhn.hl7v2.protocol.impl.InitiatorImpl
All Implemented Interfaces:
Initiator

public class InitiatorImpl extends Object implements Initiator
Default implementation of Initiator.
Version:
$Revision: 1.1 $ updated on $Date: 2007-02-19 02:24:26 $ by $Author: jamesagnew $
Author:
Bryan Tripp
  • Constructor Details

    • InitiatorImpl

      public InitiatorImpl(Processor theProcessor)
      Creates an instance that uses a GenericParser
      Parameters:
      theProcessor - the Processor used to communicate with the remote system
    • InitiatorImpl

      public InitiatorImpl(Parser theParser, Processor theProcessor)
      Creates an instance that uses the given Parser
      Parameters:
      theParser - parser to use for parsing and encoding messages
      theProcessor - the Processor used to communicate with the remote system
  • Method Details