Uses of Interface
com.helger.phase4.profile.IAS4Profile
Packages that use IAS4Profile
Package
Description
-
Uses of IAS4Profile in com.helger.phase4.incoming
Methods in com.helger.phase4.incoming that return IAS4ProfileModifier and TypeMethodDescriptionAS4IncomingMessageState.getAS4Profile()IAS4IncomingMessageState.getAS4Profile()Methods in com.helger.phase4.incoming with parameters of type IAS4ProfileModifier and TypeMethodDescriptionvoidAS4IncomingMessageState.setAS4Profile(IAS4Profile aProfile) Set the AS4 profile of the message. -
Uses of IAS4Profile in com.helger.phase4.model.pmode.resolve
Methods in com.helger.phase4.model.pmode.resolve that return IAS4ProfileModifier and TypeMethodDescriptionprotected final IAS4ProfileAS4DefaultPModeResolver.getAS4Profile() -
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.getProfileOfID(String sID) IAS4ProfileManager.getProfileOfID(String sID) Find an existing profile with a certain ID.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.