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 TypeMethodDescription@Nullable IAS4ProfileAS4IncomingMessageState.getAS4Profile()@Nullable IAS4ProfileIAS4IncomingMessageState.getAS4Profile()Methods in com.helger.phase4.incoming with parameters of type IAS4ProfileModifier and TypeMethodDescriptionvoidAS4IncomingMessageState.setAS4Profile(@Nullable 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 @Nullable 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 TypeMethodDescription@Nullable IAS4ProfileAS4ProfileManager.getProfileOfID(@Nullable String sID) @Nullable IAS4ProfileIAS4ProfileManager.getProfileOfID(@Nullable 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 TypeMethodDescription@NonNull com.helger.collection.commons.ICommonsList<IAS4Profile> AS4ProfileManager.getAllProfiles()@NonNull com.helger.collection.commons.ICommonsList<IAS4Profile> IAS4ProfileManager.getAllProfiles()Methods in com.helger.phase4.profile with parameters of type IAS4ProfileModifier and TypeMethodDescriptionvoidAS4ProfileManager.registerProfile(@NonNull IAS4Profile aAS4Profile) voidIAS4ProfileRegistrar.registerProfile(@NonNull IAS4Profile aAS4Profile) Register a new AS4 profile.