Uses of Interface
com.helger.phase4.profile.IAS4Profile
Packages that use IAS4Profile
-
Uses of IAS4Profile in com.helger.phase4.profile
Classes in com.helger.phase4.profile that implement IAS4ProfileMethods in com.helger.phase4.profile that return IAS4ProfileModifier and TypeMethodDescriptionAS4ProfileManager.getDefaultProfile()IAS4ProfileManager.getDefaultProfile()AS4ProfileManager.getDefaultProfileOrNull()IAS4ProfileManager.getDefaultProfileOrNull()AS4ProfileManager.getProfileOfID(String sID) IAS4ProfileManager.getProfileOfID(String sID) Find an existing profile with a certain ID.default IAS4ProfileIAS4ProfileManager.setDefaultProfileID(String sDefaultProfileID) Set the default profile to be used.Methods in com.helger.phase4.profile that return types with arguments of type IAS4ProfileModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<IAS4Profile>AS4ProfileManager.getAllProfiles()com.helger.commons.collection.impl.ICommonsList<IAS4Profile>IAS4ProfileManager.getAllProfiles()Methods in com.helger.phase4.profile with parameters of type IAS4ProfileModifier and TypeMethodDescriptionvoidAS4ProfileManager.registerProfile(IAS4Profile aAS4Profile) voidIAS4ProfileRegistrar.registerProfile(IAS4Profile aAS4Profile) Register a new AS4 profile.voidAS4ProfileManager.setDefaultProfile(IAS4Profile aAS4Profile) voidIAS4ProfileRegistrar.setDefaultProfile(IAS4Profile aAS4Profile) Set the provided AS4 profile as the default -
Uses of IAS4Profile in com.helger.phase4.servlet
Methods in com.helger.phase4.servlet that return IAS4ProfileModifier and TypeMethodDescriptionAS4MessageState.getAS4Profile()IAS4MessageState.getAS4Profile()Methods in com.helger.phase4.servlet with parameters of type IAS4ProfileModifier and TypeMethodDescriptionvoidAS4MessageState.setAS4Profile(IAS4Profile aProfile) Set the AS4 profile of the message.