Package org.openas2.processor.storage
Interface StorageModule
-
- All Superinterfaces:
Component
,ProcessorModule
- All Known Implementing Classes:
BaseStorageModule
,MDNFileModule
,MessageFileModule
public interface StorageModule extends ProcessorModule
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DO_STORE
static java.lang.String
DO_STOREMDN
-
Method Summary
-
Methods inherited from interface org.openas2.Component
destroy, getName, getParameters, getSession, init
-
Methods inherited from interface org.openas2.processor.ProcessorModule
canHandle, handle
-
-
-
-
Field Detail
-
DO_STORE
static final java.lang.String DO_STORE
- See Also:
- Constant Field Values
-
DO_STOREMDN
static final java.lang.String DO_STOREMDN
- See Also:
- Constant Field Values
-
-