public static interface JAXBUtils.BridgeWrapper
| Modifier and Type | Method and Description |
|---|---|
void |
marshal(Object elValue,
Node source,
javax.xml.bind.attachment.AttachmentMarshaller am) |
void |
marshal(Object elValue,
StreamResult s1) |
void |
marshal(Object elValue,
javax.xml.stream.XMLStreamWriter source,
javax.xml.bind.attachment.AttachmentMarshaller m) |
Object |
unmarshal(InputStream source) |
Object |
unmarshal(Node source,
javax.xml.bind.attachment.AttachmentUnmarshaller am) |
Object |
unmarshal(javax.xml.stream.XMLStreamReader source,
javax.xml.bind.attachment.AttachmentUnmarshaller am) |
Object unmarshal(javax.xml.stream.XMLStreamReader source, javax.xml.bind.attachment.AttachmentUnmarshaller am) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionObject unmarshal(InputStream source) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionObject unmarshal(Node source, javax.xml.bind.attachment.AttachmentUnmarshaller am) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionvoid marshal(Object elValue, javax.xml.stream.XMLStreamWriter source, javax.xml.bind.attachment.AttachmentMarshaller m) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionvoid marshal(Object elValue, StreamResult s1) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionvoid marshal(Object elValue, Node source, javax.xml.bind.attachment.AttachmentMarshaller am) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionApache CXF