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
MarshalException
void marshal(Object obj, ContentHandler handler)
void marshal(Object obj, OutputStream os) throws MarshalException
MarshalException
Copyright © 2018 JBoss by Red Hat. All rights reserved.