org.eclipse.ohf.ihe.pix.consumer.test
Class ClientPixQuery

java.lang.Object
  extended by org.eclipse.ohf.ihe.pix.consumer.test.ClientPixQuery

public class ClientPixQuery
extends java.lang.Object


Constructor Summary
ClientPixQuery()
           
 
Method Summary
static PixConsumerQuery createMessage(PixConsumer pixQuery)
           
static MLLPDestination createMLLP()
           
static MLLPDestination createSecureMLLP()
           
static void main(java.lang.String[] args)
           
static void readReturn(PixConsumerResponse response)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientPixQuery

public ClientPixQuery()
Method Detail

main

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

createMLLP

public static MLLPDestination createMLLP()

createSecureMLLP

public static MLLPDestination createSecureMLLP()
                                        throws PixConsumerException
Throws:
PixConsumerException

createMessage

public static PixConsumerQuery createMessage(PixConsumer pixQuery)
                                      throws PixConsumerException
Throws:
PixConsumerException

readReturn

public static void readReturn(PixConsumerResponse response)
                       throws PixConsumerException
Throws:
PixConsumerException