|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.attachment.AttachmentSerializer
public class AttachmentSerializer
Constructor Summary | |
---|---|
AttachmentSerializer(Message messageParam)
|
Method Summary | |
---|---|
boolean |
isXop()
|
void |
setXop(boolean xop)
|
void |
writeAttachments()
Write the end of the body boundary and any attachments included. |
void |
writeProlog()
Serialize the beginning of the attachment which includes the MIME beginning and headers for the root message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttachmentSerializer(Message messageParam)
Method Detail |
---|
public void writeProlog() throws java.io.IOException
java.io.IOException
public void writeAttachments() throws java.io.IOException
java.io.IOException
public boolean isXop()
public void setXop(boolean xop)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |