Class AbstractResenderModule
java.lang.Object
com.helger.as2lib.AbstractDynamicComponent
com.helger.as2lib.processor.module.AbstractProcessorModule
com.helger.as2lib.processor.resender.AbstractResenderModule
- All Implemented Interfaces:
IDynamicComponent,IProcessorModule,IProcessorResenderModule
- Direct Known Subclasses:
ImmediateResenderModule
public abstract class AbstractResenderModule
extends AbstractProcessorModule
implements IProcessorResenderModule
Base class for a non-active resender module.
- Author:
- OpenAS2
-
Field Summary
Fields inherited from class com.helger.as2lib.AbstractDynamicComponent
m_aRWLockFields inherited from interface com.helger.as2lib.processor.resender.IProcessorResenderModule
DEFAULT_RETRIES, DO_RESEND, DO_RESENDMDN, OPTION_CAUSE, OPTION_INITIAL_SENDER, OPTION_RESEND_ACTION, OPTION_RETRIES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.helger.as2lib.AbstractDynamicComponent
attrs, equals, getAttributeAsIntRequired, getAttributeAsStringRequired, getName, getSession, hashCode, initDynamicComponent, toStringMethods 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.IProcessorModule
canHandle, handle
-
Constructor Details
-
AbstractResenderModule
public AbstractResenderModule()
-