org.eclipse.ohf.ihe.pix.consumer.test
Class TestConfiguration
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TestConfiguration
public TestConfiguration()