Uses of Class
com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
Packages that use AS4OutgoingAttachment.Builder
-
Uses of AS4OutgoingAttachment.Builder in com.helger.phase4.attachment
Methods in com.helger.phase4.attachment that return AS4OutgoingAttachment.BuilderModifier and TypeMethodDescriptionAS4OutgoingAttachment.builder()Create a new builder.Define the charset of the outgoing attachment.AS4OutgoingAttachment.Builder.compression(EAS4CompressionMode e) AS4OutgoingAttachment.Builder.compressionGZIP()Shortcut forcompression (EAS4CompressionMode.GZIP)AS4OutgoingAttachment.Builder.data(byte[] a) AS4OutgoingAttachment.Builder.data(com.helger.commons.io.ByteArrayWrapper a) AS4OutgoingAttachment.Builder.mimeType(com.helger.commons.mime.IMimeType a) AS4OutgoingAttachment.Builder.mimeTypeXML()Shortcut formimeType (CMimeType.APPLICATION_XML)AS4OutgoingAttachment.Builder.reandomContentID() -
Uses of AS4OutgoingAttachment.Builder in com.helger.phase4.sender
Methods in com.helger.phase4.sender with parameters of type AS4OutgoingAttachment.BuilderModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractAS4UserMessageBuilder.addAttachment(AS4OutgoingAttachment.Builder a) Add an optional attachmentfinal IMPLTYPEAbstractAS4UserMessageBuilder.attachment(AS4OutgoingAttachment.Builder a) Set optional attachment.final IMPLTYPEAbstractAS4UserMessageBuilderMIMEPayload.payload(AS4OutgoingAttachment.Builder aBuilder) Set the payload to be send out.