Class AS2ReceiverModule
-
- All Implemented Interfaces:
IDynamicComponent
,IProcessorActiveModule
,IProcessorModule
,IProcessorReceiverModule
,Serializable
public class AS2ReceiverModule extends AbstractActiveNetModule
- See Also:
- Serialized Form
-
-
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_SUBJECT
-
Fields inherited from class com.helger.as2lib.AbstractDynamicComponent
m_aRWLock
-
-
Constructor Summary
Constructors Constructor Description AS2ReceiverModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AS2ReceiverHandler
createHandler()
-
Methods inherited from class com.helger.as2lib.processor.receiver.AbstractActiveNetModule
doStart, doStop, equals, getAddress, getErrorDirectory, getErrorFormat, getPort, handleError, hashCode, initDynamicComponent, isErrorStoreBody, isQuoteHeaderValues, setAddress, setErrorDirectory, setErrorFormat, setErrorStoreBody, setPort, setQuoteHeaderValues
-
Methods inherited from class com.helger.as2lib.processor.module.AbstractActiveModule
canHandle, forceStop, handle, isRunning, start, stop, toString
-
Methods inherited from class com.helger.as2lib.AbstractDynamicComponent
attrs, getAttributeAsIntRequired, getAttributeAsStringRequired, getName, getSession
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.helger.as2lib.IDynamicComponent
attrs, getName, getSession
-
Methods inherited from interface com.helger.as2lib.processor.module.IProcessorActiveModule
isRunning, start, stop
-
Methods inherited from interface com.helger.as2lib.processor.module.IProcessorModule
canHandle, handle
-
-
-
-
Method Detail
-
createHandler
@Nonnull public AS2ReceiverHandler createHandler()
- Specified by:
createHandler
in classAbstractActiveNetModule
-
-