Interface IProcessorSenderModule
-
- All Superinterfaces:
IDynamicComponent,IProcessorModule
- All Known Implementing Classes:
AbstractHttpSenderModule,AbstractSenderModule,AS2SenderModule,AsynchMDNSenderModule
public interface IProcessorSenderModule extends IProcessorModule
-
-
Field Summary
Fields Modifier and Type Field Description static StringDO_SENDAction name for sending a regular AS2Messagestatic StringDO_SEND_ASYNC_MDNAction name for sending an asynchronous MDN message
-
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_SEND
static final String DO_SEND
Action name for sending a regular AS2Message- See Also:
- Constant Field Values
-
DO_SEND_ASYNC_MDN
static final String DO_SEND_ASYNC_MDN
Action name for sending an asynchronous MDN message- See Also:
- Constant Field Values
-
-