public static interface OutboundMessageContext.StreamProvider
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Perform the commit functionality.
|
OutputStream |
getOutputStream()
Get the output stream.
|
OutputStream getOutputStream() throws IOException
commit() method has been invoked.IOException - in case of an IO error.void commit()
throws IOException
IOException - in case of an IO error.Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.