Class AS2MDNReceiverModule
java.lang.Object
com.helger.as2lib.AbstractDynamicComponent
com.helger.as2lib.processor.module.AbstractProcessorModule
com.helger.as2lib.processor.module.AbstractActiveModule
com.helger.as2lib.processor.receiver.AbstractActiveReceiverModule
com.helger.as2lib.processor.receiver.AbstractActiveNetModule
com.helger.as2lib.processor.receiver.AS2MDNReceiverModule
- All Implemented Interfaces:
IDynamicComponent,IProcessorActiveModule,IProcessorModule,IProcessorReceiverModule
A modules for receiving AS2 async MDN messages.
- Author:
- Philip Helger
-
Nested Class Summary
Nested classes/interfaces inherited from class com.helger.as2lib.processor.receiver.AbstractActiveNetModule
AbstractActiveNetModule.ConnectionThread, AbstractActiveNetModule.MainThread -
Field Summary
Fields inherited from class com.helger.as2lib.processor.receiver.AbstractActiveNetModule
ATTR_ADDRESS, ATTR_ERROR_DIRECTORY, ATTR_ERROR_FORMAT, ATTR_ERROR_STORE_BODY, ATTR_PORT, ATTR_QUOTE_HEADER_VALUES, DEFAULT_ERROR_FORMAT, DEFAULT_QUOTE_HEADER_VALUES, DISP_DECOMPRESSION_ERROR, DISP_DECRYPTION_ERROR, DISP_PARSING_MIME_FAILED, DISP_PARTNERSHIP_NOT_FOUND, DISP_STORAGE_FAILED, DISP_SUCCESS, DISP_VALIDATION_FAILED, DISP_VERIFY_SIGNATURE_FAILED, DP_DECRYPTED, DP_HEADER, DP_VERIFIED, MSG_DATE, MSG_RECEIVER, MSG_SENDER, MSG_SOURCE_ADDRESS, MSG_SUBJECTFields inherited from class com.helger.as2lib.AbstractDynamicComponent
m_aRWLock -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.helger.as2lib.processor.receiver.AbstractActiveNetModule
doStart, doStop, equals, getAddress, getErrorDirectory, getErrorFormat, getPort, handleError, hashCode, isErrorStoreBody, isQuoteHeaderValues, setAddress, setErrorDirectory, setErrorFormat, setErrorStoreBody, setPort, setQuoteHeaderValuesMethods inherited from class com.helger.as2lib.processor.module.AbstractActiveModule
canHandle, forceStop, handle, isRunning, start, stop, toStringMethods inherited from class com.helger.as2lib.AbstractDynamicComponent
attrs, getAttributeAsIntRequired, getAttributeAsStringRequired, getName, getSession, initDynamicComponentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.as2lib.IDynamicComponent
attrs, getName, getSession, initDynamicComponentMethods inherited from interface com.helger.as2lib.processor.module.IProcessorActiveModule
isRunning, start, stopMethods inherited from interface com.helger.as2lib.processor.module.IProcessorModule
canHandle, handle
-
Constructor Details
-
AS2MDNReceiverModule
public AS2MDNReceiverModule()
-
-
Method Details
-
createHandler
- Specified by:
createHandlerin classAbstractActiveNetModule
-