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
InterruptedException
public void testSendSimple() throws Exception
Exception
public void testSendSimpleXml() throws Exception
Exception
public void testReplyWithAE() throws Exception
Exception
public void testReplyWithAR() throws Exception
Exception
public void testSendPersistentConnection() throws Exception
Exception
public 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>
ReceivingApplicationException
HL7Exception
public void connectionDiscarded(Connection theArg0)
connectionDiscarded
in interface ConnectionListener
public void connectionReceived(Connection theArg0)
connectionReceived
in interface ConnectionListener
public void testSendWithClientSigner() throws Exception
Exception
Copyright © 2012–2017 University Health Network. All rights reserved.