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.addCustomProperties(com.helger.commons.collection.impl.ICommonsOrderedMap<String, String> a) Add the provided map of custom properties.AS4OutgoingAttachment.Builder.addCustomProperty(String sKey, String sValue) Add a single custom property.AS4OutgoingAttachment.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.customProperties(com.helger.commons.collection.impl.ICommonsOrderedMap<String, String> a) Use the provided map of custom properties.AS4OutgoingAttachment.Builder.customProperty(String sKey, String sValue) Remove all existing custom properties and only use the provided one.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.