Uses of Interface
com.helger.as2lib.processor.module.IProcessorModule
-
-
Uses of IProcessorModule in com.helger.as2lib.processor
Methods in com.helger.as2lib.processor with type parameters of type IProcessorModule Modifier and Type Method Description <T extends IProcessorModule>
com.helger.commons.collection.impl.ICommonsList<T>AbstractMessageProcessor. getAllModulesOfClass(Class<T> aClass)
<T extends IProcessorModule>
com.helger.commons.collection.impl.ICommonsList<T>IMessageProcessor. getAllModulesOfClass(Class<T> aClass)
<T extends IProcessorModule>
TAbstractMessageProcessor. getModuleOfClass(Class<T> aClass)
<T extends IProcessorModule>
TIMessageProcessor. getModuleOfClass(Class<T> aClass)
Methods in com.helger.as2lib.processor that return types with arguments of type IProcessorModule Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<IProcessorModule>
AbstractMessageProcessor. getAllModules()
com.helger.commons.collection.impl.ICommonsList<IProcessorModule>
IMessageProcessor. getAllModules()
Methods in com.helger.as2lib.processor with parameters of type IProcessorModule Modifier and Type Method Description void
AbstractMessageProcessor. addModule(IProcessorModule aModule)
void
IMessageProcessor. addModule(IProcessorModule aModule)
com.helger.commons.state.EChange
AbstractMessageProcessor. removeModule(IProcessorModule aModule)
com.helger.commons.state.EChange
IMessageProcessor. removeModule(IProcessorModule aModule)
-
Uses of IProcessorModule in com.helger.as2lib.processor.module
Subinterfaces of IProcessorModule in com.helger.as2lib.processor.module Modifier and Type Interface Description interface
IProcessorActiveModule
A special processor module that supports a special start/stop cycle (e.g.Classes in com.helger.as2lib.processor.module that implement IProcessorModule Modifier and Type Class Description class
AbstractActiveModule
Abstract base implementation forIProcessorActiveModule
derived fromAbstractProcessorModule
.class
AbstractProcessorModule
Abstract implementation ofIProcessorModule
based onAbstractDynamicComponent
. -
Uses of IProcessorModule in com.helger.as2lib.processor.receiver
Subinterfaces of IProcessorModule in com.helger.as2lib.processor.receiver Modifier and Type Interface Description interface
IProcessorReceiverModule
Classes in com.helger.as2lib.processor.receiver that implement IProcessorModule Modifier and Type Class Description class
AbstractActiveNetModule
class
AbstractActivePollingModule
class
AbstractActiveReceiverModule
class
AbstractDirectoryPollingModule
class
AS2DirectoryPollingModule
The module for sending AS2 messages by polling a file system directory.class
AS2MDNReceiverModule
A modules for receiving AS2 async MDN messages.class
AS2ReceiverModule
The module for receiving AS2 messages. -
Uses of IProcessorModule in com.helger.as2lib.processor.resender
Subinterfaces of IProcessorModule in com.helger.as2lib.processor.resender Modifier and Type Interface Description interface
IProcessorResenderModule
Base interface for a re-sender module.Classes in com.helger.as2lib.processor.resender that implement IProcessorModule Modifier and Type Class Description class
AbstractActiveResenderModule
Base class for an active resender module.class
AbstractResenderModule
Base class for a non-active resender module.class
DirectoryResenderModule
An asynchronous, persisting, file based, polling resender module.class
ImmediateResenderModule
A synchronous, in-memory resender module that has no delay.class
InMemoryResenderModule
An asynchronous, in-memory, polling based resender module. -
Uses of IProcessorModule in com.helger.as2lib.processor.sender
Subinterfaces of IProcessorModule in com.helger.as2lib.processor.sender Modifier and Type Interface Description interface
IProcessorSenderModule
Classes in com.helger.as2lib.processor.sender that implement IProcessorModule Modifier and Type Class Description class
AbstractHttpSenderModule
Abstract HTTP based sender moduleclass
AbstractSenderModule
An abstract sender module that allows for retry.class
AS2SenderModule
AS2 sender module to send AS2 messages out.class
AsynchMDNSenderModule
A module to send an asynchronous MDN. -
Uses of IProcessorModule in com.helger.as2lib.processor.storage
Subinterfaces of IProcessorModule in com.helger.as2lib.processor.storage Modifier and Type Interface Description interface
IProcessorStorageModule
Classes in com.helger.as2lib.processor.storage that implement IProcessorModule Modifier and Type Class Description class
AbstractStorageModule
class
MDNFileModule
Store an MDN to a fileclass
MessageFileModule
Store message content and optionally message headers and attributes to a file
-