Uses of Class
com.helger.phase4.attachment.AS4OutgoingAttachment
Packages that use AS4OutgoingAttachment
-
Uses of AS4OutgoingAttachment in com.helger.phase4.attachment
Methods in com.helger.phase4.attachment that return AS4OutgoingAttachmentMethods in com.helger.phase4.attachment with parameters of type AS4OutgoingAttachmentModifier and TypeMethodDescriptionstatic WSS4JAttachmentWSS4JAttachment.createOutgoingFileAttachment(AS4OutgoingAttachment aAttachment, AS4ResourceHelper aResHelper) -
Uses of AS4OutgoingAttachment in com.helger.phase4.sender
Fields in com.helger.phase4.sender declared as AS4OutgoingAttachmentModifier and TypeFieldDescriptionprotected AS4OutgoingAttachmentAbstractAS4UserMessageBuilderMIMEPayload.m_aPayloadFields in com.helger.phase4.sender with type parameters of type AS4OutgoingAttachmentModifier and TypeFieldDescriptionprotected final com.helger.commons.collection.impl.ICommonsList<AS4OutgoingAttachment> AbstractAS4UserMessageBuilder.m_aAttachmentsMethods in com.helger.phase4.sender that return AS4OutgoingAttachmentModifier and TypeMethodDescriptionfinal AS4OutgoingAttachmentAbstractAS4UserMessageBuilderMIMEPayload.payload()Get the payload to be send out.Methods in com.helger.phase4.sender that return types with arguments of type AS4OutgoingAttachmentModifier and TypeMethodDescriptionfinal com.helger.commons.collection.impl.ICommonsList<AS4OutgoingAttachment> AbstractAS4UserMessageBuilder.attachments()final com.helger.commons.collection.impl.ICommonsList<AS4OutgoingAttachment> AbstractAS4UserMessageBuilder.getAllAttachments()Methods in com.helger.phase4.sender with parameters of type AS4OutgoingAttachmentModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractAS4UserMessageBuilder.addAttachment(AS4OutgoingAttachment a) Add an optional attachmentfinal IMPLTYPEAbstractAS4UserMessageBuilder.attachment(AS4OutgoingAttachment a) Set optional attachment.final IMPLTYPEAbstractAS4UserMessageBuilder.attachments(AS4OutgoingAttachment... a) Set optional attachments.protected WSS4JAttachmentAbstractAS4UserMessageBuilderMIMEPayload.createMainAttachment(AS4OutgoingAttachment aPayload, AS4ResourceHelper aResHelper) Create the main attachment.protected WSS4JAttachmentAbstractAS4UserMessageBuilderMIMEPayload.createOtherAttachment(AS4OutgoingAttachment aPayload, AS4ResourceHelper aResHelper, int nAttachmentIndex) Create another attachment that is not "main".final IMPLTYPEAbstractAS4UserMessageBuilderMIMEPayload.payload(AS4OutgoingAttachment aPayload) Set the payload to be send out.Method parameters in com.helger.phase4.sender with type arguments of type AS4OutgoingAttachmentModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractAS4UserMessageBuilder.attachments(Iterable<? extends AS4OutgoingAttachment> a) Set optional attachments.