Package org.apache.cxf.attachment
Class AttachmentSerializer
java.lang.Object
org.apache.cxf.attachment.AttachmentSerializer
- 
Constructor SummaryConstructorsConstructorDescriptionAttachmentSerializer(Message messageParam) AttachmentSerializer(Message messageParam, String multipartType, boolean writeOptionalTypeParameters, Map<String, List<String>> headers) 
- 
Method Summary
- 
Constructor Details- 
AttachmentSerializer
- 
AttachmentSerializer
 
- 
- 
Method Details- 
writePrologSerialize the beginning of the attachment which includes the MIME beginning and headers for the root message.- Throws:
- IOException
 
- 
setContentTransferEncoding
- 
writeAttachmentsWrite the end of the body boundary and any attachments included.- Throws:
- IOException
 
- 
isXoppublic boolean isXop()
- 
setXoppublic void setXop(boolean xop) 
 
-