public class SOAPMessageMarshaller extends Object implements Marshaller
| Constructor and Description |
|---|
SOAPMessageMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(Object dataObject,
OutputStream output)
Marshaller will need to take the dataObject and convert
into primitive java data types and write to the
given output.
|
public void write(Object dataObject, OutputStream output) throws IOException
write in interface MarshallerdataObject - Object to be writen to outputoutput - The data output to write the object
data to.IOExceptionCopyright © 2012 JBoss, by Red Hat. All Rights Reserved.