Uses of Class
com.helger.as2lib.AbstractDynamicComponent
-
-
Uses of AbstractDynamicComponent in com.helger.as2lib.cert
Subclasses of AbstractDynamicComponent in com.helger.as2lib.cert Modifier and Type Class Description classAbstractCertificateFactoryAbstract base implementation of a read-only Certificate factory that operates on aKeyStoreobject.classCertificateFactoryAn implementation of a file-based certificate factory using a custom key store type.classPredefinedCertificateFactoryAn example implementation of a Certificate factory that uses an externalKeyStore. -
Uses of AbstractDynamicComponent in com.helger.as2lib.partner
Subclasses of AbstractDynamicComponent in com.helger.as2lib.partner Modifier and Type Class Description classAbstractPartnershipFactoryAbstractIPartnershipFactoryimplementation usingPartnershipMapas the underlying data storage object.classSelfFillingPartnershipFactoryA special in-memory partnership factory that adds a partnership if it is not existing yet. -
Uses of AbstractDynamicComponent in com.helger.as2lib.partner.xml
Subclasses of AbstractDynamicComponent in com.helger.as2lib.partner.xml Modifier and Type Class Description classAbstractPartnershipFactoryWithPartnersAbstractIPartnershipFactoryWithPartnersimplementation based onAbstractPartnershipFactoryusingPartnerMapas the underlying data storage object for the partners.classSelfFillingXMLPartnershipFactoryA specialXMLPartnershipFactorythat adds a new partnership if it is not yet existing.classXMLPartnershipFactoryoriginal author unknown this release added logic to store partnerships and provide methods for partner/partnership command line processor -
Uses of AbstractDynamicComponent in com.helger.as2lib.processor
Subclasses of AbstractDynamicComponent in com.helger.as2lib.processor Modifier and Type Class Description classAbstractMessageProcessorAbstract empty implementation ofIMessageProcessor.classAsyncMessageProcessorAn implementation ofAbstractMessageProcessorthat uses a separate thread for performing the main actions.classDefaultMessageProcessorThis is the default implementation ofIMessageProcessor. -
Uses of AbstractDynamicComponent in com.helger.as2lib.processor.module
Subclasses of AbstractDynamicComponent in com.helger.as2lib.processor.module Modifier and Type Class Description classAbstractActiveModuleAbstract base implementation forIProcessorActiveModulederived fromAbstractProcessorModule.classAbstractProcessorModuleAbstract implementation ofIProcessorModulebased onAbstractDynamicComponent. -
Uses of AbstractDynamicComponent in com.helger.as2lib.processor.receiver
Subclasses of AbstractDynamicComponent in com.helger.as2lib.processor.receiver Modifier and Type Class Description classAbstractActiveNetModuleclassAbstractActivePollingModuleclassAbstractActiveReceiverModuleclassAbstractDirectoryPollingModuleclassAS2DirectoryPollingModuleThe module for sending AS2 messages by polling a file system directory.classAS2MDNReceiverModuleA modules for receiving AS2 async MDN messages.classAS2ReceiverModuleThe module for receiving AS2 messages. -
Uses of AbstractDynamicComponent in com.helger.as2lib.processor.resender
Subclasses of AbstractDynamicComponent in com.helger.as2lib.processor.resender Modifier and Type Class Description classAbstractActiveResenderModuleBase class for an active resender module.classAbstractResenderModuleBase class for a non-active resender module.classDirectoryResenderModuleAn asynchronous, persisting, file based, polling resender module.classImmediateResenderModuleA synchronous, in-memory resender module that has no delay.classInMemoryResenderModuleAn asynchronous, in-memory, polling based resender module. -
Uses of AbstractDynamicComponent in com.helger.as2lib.processor.sender
Subclasses of AbstractDynamicComponent in com.helger.as2lib.processor.sender Modifier and Type Class Description classAbstractHttpSenderModuleAbstract HTTP based sender moduleclassAbstractSenderModuleAn abstract sender module that allows for retry.classAS2SenderModuleAS2 sender module to send AS2 messages out.classAsynchMDNSenderModuleA module to send an asynchronous MDN. -
Uses of AbstractDynamicComponent in com.helger.as2lib.processor.storage
Subclasses of AbstractDynamicComponent in com.helger.as2lib.processor.storage Modifier and Type Class Description classAbstractStorageModuleclassMDNFileModuleStore an MDN to a fileclassMessageFileModuleStore message content and optionally message headers and attributes to a file
-