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 Marshaller
dataObject
- Object to be writen to outputoutput
- The data output to write the object
data to.IOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.