public interface JBossXBMarshaller
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String name) |
void |
marshal(Object obj,
ContentHandler handler) |
void |
marshal(Object obj,
Node node) |
void |
marshal(Object obj,
OutputStream os) |
void |
marshal(Object obj,
Writer writer) |
void |
setProperty(String name,
Object value) |
void marshal(Object obj, Writer writer) throws MarshalException
MarshalExceptionvoid marshal(Object obj, ContentHandler handler)
void marshal(Object obj, OutputStream os) throws MarshalException
MarshalExceptionCopyright © 2012 JBoss, by Red Hat. All Rights Reserved.