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