|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageWritable
A Message implementation may implement this interface as an alternative way to write the message into the OutputStream.
| Method Summary | |
|---|---|
org.jvnet.ws.message.ContentType |
getContentType()
Gets the Content-type of this message. |
org.jvnet.ws.message.ContentType |
writeTo(OutputStream out)
Writes the XML infoset portion of this MessageContext (from <soap:Envelope> to </soap:Envelope>). |
| Method Detail |
|---|
org.jvnet.ws.message.ContentType getContentType()
org.jvnet.ws.message.ContentType writeTo(OutputStream out)
throws IOException
out - Must not be null. The caller is responsible for closing the stream,
not the callee.
IOException - if a OutputStream throws IOException.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||