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 AS4OutgoingAttachmentModifier and TypeMethodDescription@NonNull AS4OutgoingAttachmentAS4OutgoingAttachment.Builder.build()Methods in com.helger.phase4.attachment with parameters of type AS4OutgoingAttachmentModifier and TypeMethodDescriptionstatic @NonNull WSS4JAttachmentWSS4JAttachment.createOutgoingFileAttachment(@NonNull AS4OutgoingAttachment aAttachment, @NonNull 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.collection.commons.ICommonsList<AS4OutgoingAttachment> AbstractAS4UserMessageBuilder.m_aAttachmentsMethods in com.helger.phase4.sender that return AS4OutgoingAttachmentModifier and TypeMethodDescriptionfinal @Nullable 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 @NonNull com.helger.collection.commons.ICommonsList<AS4OutgoingAttachment> AbstractAS4UserMessageBuilder.attachments()final @NonNull com.helger.collection.commons.ICommonsList<AS4OutgoingAttachment> AbstractAS4UserMessageBuilder.getAllAttachments()Methods in com.helger.phase4.sender with parameters of type AS4OutgoingAttachmentModifier and TypeMethodDescriptionfinal @NonNull IMPLTYPEAbstractAS4UserMessageBuilder.addAttachment(@Nullable AS4OutgoingAttachment a) Add an optional attachmentfinal @NonNull IMPLTYPEAbstractAS4UserMessageBuilder.attachment(@Nullable AS4OutgoingAttachment a) Set optional attachment.final @NonNull IMPLTYPEAbstractAS4UserMessageBuilder.attachments(@Nullable AS4OutgoingAttachment... a) Set optional attachments.protected @Nullable WSS4JAttachmentAbstractAS4UserMessageBuilderMIMEPayload.createMainAttachment(@NonNull AS4OutgoingAttachment aPayload, @NonNull AS4ResourceHelper aResHelper) Create the main attachment.protected @Nullable WSS4JAttachmentAbstractAS4UserMessageBuilderMIMEPayload.createOtherAttachment(@NonNull AS4OutgoingAttachment aPayload, @NonNull AS4ResourceHelper aResHelper, int nAttachmentIndex) Create another attachment that is not "main".final @NonNull IMPLTYPEAbstractAS4UserMessageBuilderMIMEPayload.payload(@Nullable AS4OutgoingAttachment aPayload) Set the payload to be send out.Method parameters in com.helger.phase4.sender with type arguments of type AS4OutgoingAttachmentModifier and TypeMethodDescriptionfinal @NonNull IMPLTYPEAbstractAS4UserMessageBuilder.attachments(@Nullable Iterable<? extends AS4OutgoingAttachment> a) Set optional attachments.