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

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

public class MSGPixFeed
extends java.lang.Object


Constructor Summary
MSGPixFeed()
           
 
Method Summary
static org.eclipse.ohf.hl7v2.core.message.model.Message createMessageA04(PixSource pixFeed)
           
static MLLPDestination createMLLP()
           
static MLLPDestination createSecureMLLP()
           
static org.eclipse.ohf.hl7v2.core.message.model.Message loadMessageA04(PixSource pixFeed)
           
static void main(java.lang.String[] args)
           
static void readReturn(org.eclipse.ohf.hl7v2.core.message.model.Message msg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSGPixFeed

public MSGPixFeed()
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

loadMessageA04

public static org.eclipse.ohf.hl7v2.core.message.model.Message loadMessageA04(PixSource pixFeed)
                                                                       throws PixSourceException
Throws:
PixSourceException

createMessageA04

public static org.eclipse.ohf.hl7v2.core.message.model.Message createMessageA04(PixSource pixFeed)
                                                                         throws PixSourceException
Throws:
PixSourceException

readReturn

public static void readReturn(org.eclipse.ohf.hl7v2.core.message.model.Message msg)
                       throws PixSourceException,
                              ClientException
Throws:
PixSourceException
ClientException