org.eclipse.ohf.ihe.pix.source.test
Class HL7PixFeed

java.lang.Object
  extended by org.eclipse.ohf.ihe.pix.source.test.HL7PixFeed

public class HL7PixFeed
extends java.lang.Object


Constructor Summary
HL7PixFeed()
           
 
Method Summary
static java.lang.String createMessageA01()
           
static java.lang.String createMessageA04()
           
static java.lang.String createMessageA05()
           
static java.lang.String createMessageA08()
           
static java.lang.String createMessageA40()
           
static MLLPDestination createMLLP()
           
static MLLPDestination createSecureMLLP()
           
static void main(java.lang.String[] args)
           
static void readReturn(java.lang.String rtnMessage)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HL7PixFeed

public HL7PixFeed()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws PixSourceException,
                        ClientException
Throws:
PixSourceException
ClientException

createMLLP

public static MLLPDestination createMLLP()

createSecureMLLP

public static MLLPDestination createSecureMLLP()
                                        throws PixSourceException
Throws:
PixSourceException

createMessageA01

public static java.lang.String createMessageA01()

createMessageA04

public static java.lang.String createMessageA04()

createMessageA05

public static java.lang.String createMessageA05()

createMessageA08

public static java.lang.String createMessageA08()

createMessageA40

public static java.lang.String createMessageA40()

readReturn

public static void readReturn(java.lang.String rtnMessage)
                       throws PixSourceException,
                              ClientException
Throws:
PixSourceException
ClientException