Uses of Class
com.helger.phase4.attachment.Phase4OutgoingAttachment
Packages that use Phase4OutgoingAttachment
-
Uses of Phase4OutgoingAttachment in com.helger.phase4.attachment
Methods in com.helger.phase4.attachment that return Phase4OutgoingAttachmentMethods in com.helger.phase4.attachment with parameters of type Phase4OutgoingAttachmentModifier and TypeMethodDescriptionstatic WSS4JAttachmentWSS4JAttachment.createOutgoingFileAttachment(Phase4OutgoingAttachment aAttachment, AS4ResourceHelper aResHelper) -
Uses of Phase4OutgoingAttachment in com.helger.phase4.sender
Fields in com.helger.phase4.sender with type parameters of type Phase4OutgoingAttachmentModifier and TypeFieldDescriptionprotected final com.helger.commons.collection.impl.ICommonsList<Phase4OutgoingAttachment>AbstractAS4UserMessageBuilder.m_aAttachmentsMethods in com.helger.phase4.sender with parameters of type Phase4OutgoingAttachmentModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractAS4UserMessageBuilder.addAttachment(Phase4OutgoingAttachment a) Add an optional attachmentfinal IMPLTYPEAbstractAS4UserMessageBuilder.attachment(Phase4OutgoingAttachment a) Set optional attachment.final IMPLTYPEAbstractAS4UserMessageBuilder.attachments(Phase4OutgoingAttachment... a) Set optional attachments.final IMPLTYPEAbstractAS4UserMessageBuilderMIMEPayload.payload(Phase4OutgoingAttachment aPayload) Set the payload to be send out.Method parameters in com.helger.phase4.sender with type arguments of type Phase4OutgoingAttachmentModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractAS4UserMessageBuilder.attachments(Iterable<? extends Phase4OutgoingAttachment> a) Set optional attachments.