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

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

public class TestConfiguration
extends java.lang.Object

This is a consolidated configuration file for running the sample code. You may need to edit this class to get the examples working on your own system. Minimally, you will likely need to change the workspace DATA_PATH. The IBM Dallas Server is available for public testing under the use terms provided on the website given below.

Author:
Sondra Renly

Field Summary
static java.lang.String CPROFILE_PATH
           
static java.lang.String DATA_PATH
           
static java.lang.String HL7FILE_PATH
           
static java.lang.String LOG4J_PATH
           
static java.lang.String MLLP_KEYSTORE_NAME
           
static java.lang.String MLLP_KEYSTORE_PASSWORD
           
static java.lang.String MLLP_TRUSTSTORE_NAME
           
static java.lang.String MLLP_TRUSTSTORE_PASSWORD
           
static java.net.URI MLLP_URI
           
static java.net.URI MLLPS_URI
           
 
Constructor Summary
TestConfiguration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA_PATH

public static final java.lang.String DATA_PATH
See Also:
Constant Field Values

LOG4J_PATH

public static final java.lang.String LOG4J_PATH
See Also:
Constant Field Values

HL7FILE_PATH

public static final java.lang.String HL7FILE_PATH
See Also:
Constant Field Values

CPROFILE_PATH

public static final java.lang.String CPROFILE_PATH
See Also:
Constant Field Values

MLLP_URI

public static java.net.URI MLLP_URI

MLLPS_URI

public static java.net.URI MLLPS_URI

MLLP_KEYSTORE_NAME

public static final java.lang.String MLLP_KEYSTORE_NAME
See Also:
Constant Field Values

MLLP_KEYSTORE_PASSWORD

public static final java.lang.String MLLP_KEYSTORE_PASSWORD
See Also:
Constant Field Values

MLLP_TRUSTSTORE_NAME

public static final java.lang.String MLLP_TRUSTSTORE_NAME
See Also:
Constant Field Values

MLLP_TRUSTSTORE_PASSWORD

public static final java.lang.String MLLP_TRUSTSTORE_PASSWORD
See Also:
Constant Field Values
Constructor Detail

TestConfiguration

public TestConfiguration()