public class AS2ReceiverHandler extends Object implements NetModuleHandler
Constructor and Description |
---|
AS2ReceiverHandler(AS2ReceiverModule module) |
Modifier and Type | Method and Description |
---|---|
protected AS2Message |
createMessage(Socket s) |
protected String |
decryptAndVerify(AS2Message msg) |
String |
getClientInfo(Socket s) |
AS2ReceiverModule |
getModule() |
void |
handle(NetModule owner,
Socket s) |
protected void |
sendMDNResponse(AS2Message msg,
BufferedOutputStream out,
DispositionType disposition,
String mic,
String text) |
public AS2ReceiverHandler(AS2ReceiverModule module)
public AS2ReceiverModule getModule()
public void handle(NetModule owner, Socket s)
handle
in interface NetModuleHandler
protected AS2Message createMessage(Socket s)
protected String decryptAndVerify(AS2Message msg) throws OpenAS2Exception
OpenAS2Exception
protected void sendMDNResponse(AS2Message msg, BufferedOutputStream out, DispositionType disposition, String mic, String text)
Copyright © 2017. All rights reserved.