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