public class LlpServerTest extends Object implements ReceivingApplication<Message>, ConnectionListener
| Constructor and Description |
|---|
LlpServerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
before() |
boolean |
canProcess(Message theArg0) |
void |
connectionDiscarded(Connection theArg0) |
void |
connectionReceived(Connection theArg0) |
Message |
processMessage(Message theArg0,
Map<String,Object> metadata) |
void |
testReplyWithAE() |
void |
testReplyWithAR() |
void |
testSendPersistentConnection() |
void |
testSendSimple() |
void |
testSendSimpleXml() |
void |
testSendWithClientSigner() |
public LlpServerTest()
public void before() throws InterruptedException
InterruptedExceptionpublic void testSendSimple() throws Exception
Exceptionpublic void testSendSimpleXml() throws Exception
Exceptionpublic void testReplyWithAE() throws Exception
Exceptionpublic void testReplyWithAR() throws Exception
Exceptionpublic void testSendPersistentConnection() throws Exception
Exceptionpublic void after()
public boolean canProcess(Message theArg0)
canProcess in interface ReceivingApplication<Message>public Message processMessage(Message theArg0, Map<String,Object> metadata) throws ReceivingApplicationException, HL7Exception
processMessage in interface ReceivingApplication<Message>ReceivingApplicationExceptionHL7Exceptionpublic void connectionDiscarded(Connection theArg0)
connectionDiscarded in interface ConnectionListenerpublic void connectionReceived(Connection theArg0)
connectionReceived in interface ConnectionListenerpublic void testSendWithClientSigner() throws Exception
ExceptionCopyright © 2012–2017 University Health Network. All rights reserved.