Package org.openas2.processor.receiver
Interface ReceiverModule
-
- All Superinterfaces:
ActiveModule
,Component
,ProcessorModule
- All Known Implementing Classes:
AS2DirectoryPollingModule
,AS2FileReceiverModule
,AS2MDNReceiverModule
,AS2ReceiverModule
,BaseReceiverModule
,DirectoryPollingModule
,HealthCheckModule
,MessageBuilderModule
,NetModule
,PollingModule
public interface ReceiverModule extends ActiveModule
-
-
Method Summary
-
Methods inherited from interface org.openas2.processor.ActiveModule
healthcheck, isRunning, start, stop
-
Methods inherited from interface org.openas2.Component
destroy, getName, getParameters, getSession, init
-
Methods inherited from interface org.openas2.processor.ProcessorModule
canHandle, handle
-
-