Package org.openas2.processor.resender
Interface ResenderModule
-
- All Superinterfaces:
Component
,ProcessorModule
- All Known Implementing Classes:
BaseResenderModule
,DirectoryResenderModule
public interface ResenderModule extends ProcessorModule
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DO_RESEND
static java.lang.String
DO_RESENDMDN
static java.lang.String
OPTION_CAUSE
static java.lang.String
OPTION_INITIAL_SENDER
static java.lang.String
OPTION_RESEND_METHOD
static java.lang.String
OPTION_RETRIES
-
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_RESEND
static final java.lang.String DO_RESEND
- See Also:
- Constant Field Values
-
DO_RESENDMDN
static final java.lang.String DO_RESENDMDN
- See Also:
- Constant Field Values
-
OPTION_CAUSE
static final java.lang.String OPTION_CAUSE
- See Also:
- Constant Field Values
-
OPTION_INITIAL_SENDER
static final java.lang.String OPTION_INITIAL_SENDER
- See Also:
- Constant Field Values
-
OPTION_RESEND_METHOD
static final java.lang.String OPTION_RESEND_METHOD
- See Also:
- Constant Field Values
-
OPTION_RETRIES
static final java.lang.String OPTION_RETRIES
- See Also:
- Constant Field Values
-
-