Package org.openas2.processor.receiver
Class AS2MDNReceiverModule
- java.lang.Object
-
- org.openas2.BaseComponent
-
- org.openas2.processor.BaseProcessorModule
-
- org.openas2.processor.BaseActiveModule
-
- org.openas2.processor.receiver.BaseReceiverModule
-
- org.openas2.processor.receiver.NetModule
-
- org.openas2.processor.receiver.AS2MDNReceiverModule
-
- All Implemented Interfaces:
Component
,ActiveModule
,ProcessorModule
,ReceiverModule
public class AS2MDNReceiverModule extends NetModule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openas2.processor.receiver.NetModule
NetModule.ConnectionHandler, NetModule.HTTPServerThread
-
-
Field Summary
Fields Modifier and Type Field Description private NetModuleHandler
module
-
Fields inherited from class org.openas2.processor.receiver.NetModule
DEFAULT_ERRORS, PARAM_ADDRESS, PARAM_ERROR_DIRECTORY, PARAM_ERRORS, PARAM_PORT, PARAM_PROTOCOL, PARAM_SSL_KEYSTORE, PARAM_SSL_KEYSTORE_PASSWORD, PARAM_SSL_PROTOCOL
-
-
Constructor Summary
Constructors Constructor Description AS2MDNReceiverModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NetModuleHandler
getHandler()
-
Methods inherited from class org.openas2.processor.receiver.NetModule
doStart, doStop, handleError, healthcheck, init
-
Methods inherited from class org.openas2.processor.BaseActiveModule
canHandle, forceStop, handle, isRunning, start, stop, toString
-
Methods inherited from class org.openas2.BaseComponent
destroy, getName, getParameter, getParameter, getParameterInt, getParameters, getSession, setParameter, setParameter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openas2.processor.ActiveModule
isRunning, start, stop
-
Methods inherited from interface org.openas2.Component
destroy, getName, getParameters, getSession
-
Methods inherited from interface org.openas2.processor.ProcessorModule
canHandle, handle
-
-
-
-
Field Detail
-
module
private NetModuleHandler module
-
-
Method Detail
-
getHandler
protected NetModuleHandler getHandler()
- Specified by:
getHandler
in classNetModule
-
-