Package com.helger.phase4.mgr
Interface IAS4ManagerFactory
- All Known Implementing Classes:
AS4ManagerFactoryInMemory,AS4ManagerFactoryPersistingFileSystem
public interface IAS4ManagerFactory
Factory for global managers
- Since:
- 0.9.6
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
createMPCManager
- Returns:
- A new
IMPCManagerinstance - Throws:
Phase4Exception- on error
-
createPModeManager
- Returns:
- A new
IPModeManagerinstance - Throws:
Phase4Exception- on error
-
createDuplicateManager
- Returns:
- A new
IAS4DuplicateManagerinstance - Throws:
Phase4Exception- on error
-
createProfileManager
- Returns:
- A new
IAS4ProfileManagerinstance - Throws:
Phase4Exception- on error- Since:
- 0.10.4
-
createTimestampManager
- Returns:
- A new
IAS4TimestampManagerinstance
-