Uses of Class
com.helger.phase4.ebms3header.Ebms3Error
Packages that use Ebms3Error
Package
Description
This class was annotated by ph-jaxb-plugin -Xph-package-null-marked
-
Uses of Ebms3Error in com.helger.phase4.client
Methods in com.helger.phase4.client that return types with arguments of type Ebms3ErrorModifier and TypeMethodDescriptionfinal @NonNull com.helger.collection.commons.ICommonsList<Ebms3Error> AS4ClientErrorMessage.errorMessages() -
Uses of Ebms3Error in com.helger.phase4.ebms3header
Methods in com.helger.phase4.ebms3header that return Ebms3ErrorModifier and TypeMethodDescriptionEbms3Error.clone()Created by ph-jaxb-plugin -Xph-cloneable2@NonNull Ebms3ErrorObjectFactory.createEbms3Error()Create an instance ofEbms3Error@Nullable Ebms3ErrorEbms3SignalMessage.getErrorAtIndex(int index) Created by ph-jaxb-plugin -Xph-list-extensionMethods in com.helger.phase4.ebms3header that return types with arguments of type Ebms3ErrorModifier and TypeMethodDescription@NonNull List<Ebms3Error> Ebms3SignalMessage.getError()Gets the value of the error property.Methods in com.helger.phase4.ebms3header with parameters of type Ebms3ErrorModifier and TypeMethodDescriptionvoidEbms3SignalMessage.addError(@NonNull Ebms3Error elem) Created by ph-jaxb-plugin -Xph-list-extensionvoidEbms3Error.cloneTo(Ebms3Error ret) This method clones all values fromthisto the passed object.Method parameters in com.helger.phase4.ebms3header with type arguments of type Ebms3ErrorModifier and TypeMethodDescriptionvoidEbms3SignalMessage.setError(@Nullable List<Ebms3Error> aList) Created by ph-jaxb-plugin -Xph-list-extension -
Uses of Ebms3Error in com.helger.phase4.error
Methods in com.helger.phase4.error that return Ebms3ErrorMethods in com.helger.phase4.error with parameters of type Ebms3ErrorModifier and TypeMethodDescription@NonNull AS4ErrorListAS4ErrorList.add(@NonNull Ebms3Error aError) Add an EBMS Error to the list.@NonNull AS4Error.AS4ErrorBuilderAS4Error.AS4ErrorBuilder.ebmsError(@Nullable Ebms3Error a) Constructors in com.helger.phase4.error with parameters of type Ebms3ErrorModifierConstructorDescriptionprotectedAS4Error(@NonNull Ebms3Error aEbmsError, int nHttpStatusCode) -
Uses of Ebms3Error in com.helger.phase4.incoming
Methods in com.helger.phase4.incoming that return Ebms3ErrorModifier and TypeMethodDescriptiondefault @Nullable Ebms3ErrorIAS4IncomingMessageState.getEbmsError() -
Uses of Ebms3Error in com.helger.phase4.model.error
Methods in com.helger.phase4.model.error that return Ebms3Error -
Uses of Ebms3Error in com.helger.phase4.model.message
Method parameters in com.helger.phase4.model.message with type arguments of type Ebms3ErrorModifier and TypeMethodDescriptionstatic @NonNull AS4ErrorMessageAS4ErrorMessage.create(@NonNull ESoapVersion eSoapVersion, @NonNull Ebms3MessageInfo aEbms3MessageInfo, @NonNull com.helger.collection.commons.ICommonsList<Ebms3Error> aErrorMessages) static @NonNull AS4ErrorMessageAS4ErrorMessage.create(@NonNull ESoapVersion eSoapVersion, @Nullable String sRefToMessageID, @NonNull com.helger.collection.commons.ICommonsList<Ebms3Error> aErrorMessages)