org.apache.cxf.common.jaxb
Interface JAXBUtils.BridgeWrapper
- Enclosing class:
- JAXBUtils
public static interface JAXBUtils.BridgeWrapper
unmarshal
Object unmarshal(javax.xml.stream.XMLStreamReader source,
javax.xml.bind.attachment.AttachmentUnmarshaller am)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
unmarshal
Object unmarshal(InputStream source)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
unmarshal
Object unmarshal(Node source,
javax.xml.bind.attachment.AttachmentUnmarshaller am)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
marshal
void marshal(Object elValue,
javax.xml.stream.XMLStreamWriter source,
javax.xml.bind.attachment.AttachmentMarshaller m)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
marshal
void marshal(Object elValue,
StreamResult s1)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
marshal
void marshal(Object elValue,
Node source,
javax.xml.bind.attachment.AttachmentMarshaller am)
throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
Apache CXF