org.eclipse.ohf.ihe.pdq.consumer.test
Class ClientPdqQuery

java.lang.Object
  extended by org.eclipse.ohf.ihe.pdq.consumer.test.ClientPdqQuery

public class ClientPdqQuery
extends java.lang.Object


Constructor Summary
ClientPdqQuery()
           
 
Method Summary
static PdqConsumerQuery createMessage(PdqConsumer pdqQuery)
           
static MLLPDestination createMLLP()
           
static MLLPDestination createSecureMLLP()
           
static void main(java.lang.String[] args)
           
static void readReturn(PdqConsumerResponse response)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientPdqQuery

public ClientPdqQuery()
Method Detail

main

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

createMLLP

public static MLLPDestination createMLLP()

createSecureMLLP

public static MLLPDestination createSecureMLLP()
                                        throws PdqConsumerException
Throws:
PdqConsumerException

createMessage

public static PdqConsumerQuery createMessage(PdqConsumer pdqQuery)
                                      throws PdqConsumerException
Throws:
PdqConsumerException

readReturn

public static void readReturn(PdqConsumerResponse response)
                       throws PdqConsumerException
Throws:
PdqConsumerException