| |
|
| java.lang.Object org.apache.cxf.attachment.AttachmentSerializer
AttachmentSerializer | public class AttachmentSerializer (Code) | | |
Method Summary | |
public boolean | isXop() | public void | setXop(boolean xop) | public void | writeAttachments() Write the end of the body boundary and any attachments included. | public void | writeProlog() Serialize the beginning of the attachment which includes the MIME
beginning and headers for the root message. |
AttachmentSerializer | public AttachmentSerializer(Message messageParam)(Code) | | |
isXop | public boolean isXop()(Code) | | |
setXop | public void setXop(boolean xop)(Code) | | |
writeAttachments | public void writeAttachments() throws IOException(Code) | | Write the end of the body boundary and any attachments included.
throws: IOException - |
writeProlog | public void writeProlog() throws IOException(Code) | | Serialize the beginning of the attachment which includes the MIME
beginning and headers for the root message.
|
|
|
|