Package org.openas2.processor.sender
Interface SenderModule
-
- All Superinterfaces:
Component
,ProcessorModule
- All Known Implementing Classes:
AS2SenderModule
,BaseSenderModule
,HttpSenderModule
,MDNSenderModule
public interface SenderModule extends ProcessorModule
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_RETRIES
static java.lang.String
DO_SEND
static java.lang.String
DO_SENDMDN
static java.lang.String
SOPT_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_SEND
static final java.lang.String DO_SEND
- See Also:
- Constant Field Values
-
DO_SENDMDN
static final java.lang.String DO_SENDMDN
- See Also:
- Constant Field Values
-
SOPT_RETRIES
static final java.lang.String SOPT_RETRIES
- See Also:
- Constant Field Values
-
DEFAULT_RETRIES
static final java.lang.String DEFAULT_RETRIES
- See Also:
- Constant Field Values
-
-