public static interface JAXBUtils.BridgeWrapper
Modifier and Type | Method and Description |
---|---|
void |
marshal(Object elValue,
Node source,
AttachmentMarshaller am) |
void |
marshal(Object elValue,
StreamResult s1) |
void |
marshal(Object elValue,
XMLStreamWriter source,
AttachmentMarshaller m) |
Object |
unmarshal(InputStream source) |
Object |
unmarshal(Node source,
AttachmentUnmarshaller am) |
Object |
unmarshal(XMLStreamReader source,
AttachmentUnmarshaller am) |
Object unmarshal(XMLStreamReader source, AttachmentUnmarshaller am) throws JAXBException
JAXBException
Object unmarshal(InputStream source) throws JAXBException
JAXBException
Object unmarshal(Node source, AttachmentUnmarshaller am) throws JAXBException
JAXBException
void marshal(Object elValue, XMLStreamWriter source, AttachmentMarshaller m) throws JAXBException
JAXBException
void marshal(Object elValue, StreamResult s1) throws JAXBException
JAXBException
void marshal(Object elValue, Node source, AttachmentMarshaller am) throws JAXBException
JAXBException
Apache CXF