|
||||||||||
| 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 | |
|---|---|
com.oracle.webservices.api.message.ContentType |
getContentType()
Gets the Content-type of this message. |
void |
setMTOMConfiguration(javax.xml.ws.soap.MTOMFeature mtomFeature)
Passes configuration information to this message to ensure the proper wire format is created. |
com.oracle.webservices.api.message.ContentType |
writeTo(java.io.OutputStream out)
Writes the XML infoset portion of this MessageContext (from <soap:Envelope> to </soap:Envelope>). |
| Method Detail |
|---|
com.oracle.webservices.api.message.ContentType getContentType()
com.oracle.webservices.api.message.ContentType writeTo(java.io.OutputStream out)
throws java.io.IOException
out - Must not be null. The caller is responsible for closing the stream,
not the callee.
java.io.IOException - if a OutputStream throws IOException.void setMTOMConfiguration(javax.xml.ws.soap.MTOMFeature mtomFeature)
mtomFeature - The standard WebServicesFeature for specifying
the MTOM enablement and possibly threshold for the endpoint.
This value may be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||