Uses of Class
com.helger.phase4.ebms3header.Ebms3Error
Packages that use Ebms3Error
Package
Description
-
Uses of Ebms3Error in com.helger.phase4.client
Methods in com.helger.phase4.client that return types with arguments of type Ebms3ErrorModifier and TypeMethodDescriptionfinal com.helger.commons.collection.impl.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-jaxb22-plugin -Xph-cloneable2ObjectFactory.createEbms3Error()Create an instance ofEbms3ErrorEbms3SignalMessage.getErrorAtIndex(int index) Created by ph-jaxb22-plugin -Xph-list-extensionMethods in com.helger.phase4.ebms3header that return types with arguments of type Ebms3ErrorModifier and TypeMethodDescriptionEbms3SignalMessage.getError()Gets the value of the error property.Methods in com.helger.phase4.ebms3header with parameters of type Ebms3ErrorModifier and TypeMethodDescriptionvoidEbms3SignalMessage.addError(Ebms3Error elem) Created by ph-jaxb22-plugin -Xph-list-extensionvoidEbms3Error.cloneTo(Ebms3Error ret) This method clones all values from <code>this</code> to the passed object.Method parameters in com.helger.phase4.ebms3header with type arguments of type Ebms3ErrorModifier and TypeMethodDescriptionvoidEbms3SignalMessage.setError(List<Ebms3Error> aList) Created by ph-jaxb22-plugin -Xph-list-extension -
Uses of Ebms3Error in com.helger.phase4.error
Methods in com.helger.phase4.error that return Ebms3ErrorModifier and TypeMethodDescriptiondefault Ebms3ErrorIEbmsError.getAsEbms3Error(Locale aContentLocale, String sRefToMessageInError) default Ebms3ErrorIEbmsError.getAsEbms3Error(Locale aContentLocale, String sRefToMessageInError, String sErrorDescription) default Ebms3ErrorIEbmsError.getAsEbms3Error(Locale aContentLocale, String sRefToMessageInError, String sOrigin, Ebms3Description aEbmsDescription) default Ebms3ErrorIEbmsError.getAsEbms3Error(Locale aContentLocale, String sRefToMessageInError, String sOrigin, String sErrorDescription) -
Uses of Ebms3Error in com.helger.phase4.messaging.domain
Method parameters in com.helger.phase4.messaging.domain with type arguments of type Ebms3ErrorModifier and TypeMethodDescriptionstatic AS4ErrorMessageAS4ErrorMessage.create(ESoapVersion eSoapVersion, Ebms3MessageInfo aEbms3MessageInfo, com.helger.commons.collection.impl.ICommonsList<Ebms3Error> aErrorMessages) static AS4ErrorMessageAS4ErrorMessage.create(ESoapVersion eSoapVersion, String sRefToMessageID, com.helger.commons.collection.impl.ICommonsList<Ebms3Error> aErrorMessages) -
Uses of Ebms3Error in com.helger.phase4.servlet
Methods in com.helger.phase4.servlet that return Ebms3ErrorMethod parameters in com.helger.phase4.servlet with type arguments of type Ebms3ErrorModifier and TypeMethodDescriptionvoidIAS4RequestHandlerErrorConsumer.onAS4ErrorMessage(IAS4MessageState aState, com.helger.commons.collection.impl.ICommonsList<Ebms3Error> aEbmsErrors, AS4ErrorMessage aAS4ErrorMsg) Invoked when an AS4 error message is created. -
Uses of Ebms3Error in com.helger.phase4.servlet.spi
Method parameters in com.helger.phase4.servlet.spi with type arguments of type Ebms3ErrorModifier and TypeMethodDescriptionIAS4ServletMessageProcessorSPI.processAS4SignalMessage(IAS4IncomingMessageMetadata aMessageMetadata, com.helger.commons.http.HttpHeaderMap aHttpHeaders, Ebms3SignalMessage aSignalMessage, IPMode aPMode, IAS4MessageState aState, com.helger.commons.collection.impl.ICommonsList<Ebms3Error> aProcessingErrorMessages) Process incoming AS4 signal message - pull-request and receipt.
Attachment and Payload are not needed since they are allowed, but should not be added to a SignalMessage Because the will be ignored in the MSH - Processing.