Interface IProcessorStorageModule
-
- All Superinterfaces:
IDynamicComponent
,IProcessorModule
- All Known Implementing Classes:
AbstractStorageModule
,MDNFileModule
,MessageFileModule
public interface IProcessorStorageModule extends IProcessorModule
-
-
Field Summary
Fields Modifier and Type Field Description static String
DO_STORE
Message storagestatic String
DO_STOREMDN
MDN storagestatic String
DO_VALIDATE_AFTER_STORE
Special validation after message storage (not MDN!)static String
DO_VALIDATE_BEFORE_STORE
Special validation before message storage (not MDN!)
-
Method Summary
-
Methods inherited from interface com.helger.as2lib.IDynamicComponent
attrs, getName, getSession, initDynamicComponent
-
Methods inherited from interface com.helger.as2lib.processor.module.IProcessorModule
canHandle, handle
-
-
-
-
Field Detail
-
DO_VALIDATE_BEFORE_STORE
static final String DO_VALIDATE_BEFORE_STORE
Special validation before message storage (not MDN!)- See Also:
- Constant Field Values
-
DO_STORE
static final String DO_STORE
Message storage- See Also:
- Constant Field Values
-
DO_VALIDATE_AFTER_STORE
static final String DO_VALIDATE_AFTER_STORE
Special validation after message storage (not MDN!)- See Also:
- Constant Field Values
-
DO_STOREMDN
static final String DO_STOREMDN
MDN storage- See Also:
- Constant Field Values
-
-