public interface MessageWriter
Message and other DOM elements to
an OutputStream.| Modifier and Type | Method and Description |
|---|---|
void |
writeBody(Body body,
OutputStream out) |
void |
writeEntity(Entity entity,
OutputStream out) |
void |
writeField(Field field,
OutputStream out) |
void |
writeHeader(Header header,
OutputStream out) |
void |
writeMessage(Message message,
OutputStream out) |
void |
writeMultipart(Multipart multipart,
OutputStream out) |
void writeMessage(Message message, OutputStream out) throws IOException
IOExceptionvoid writeBody(Body body, OutputStream out) throws IOException
IOExceptionvoid writeEntity(Entity entity, OutputStream out) throws IOException
IOExceptionvoid writeMultipart(Multipart multipart, OutputStream out) throws IOException
IOExceptionvoid writeField(Field field, OutputStream out) throws IOException
IOExceptionvoid writeHeader(Header header, OutputStream out) throws IOException
IOExceptionCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.