Package org.apache.cxf.common.jaxb
Interface JAXBUtils.BridgeWrapper
- Enclosing class:
- JAXBUtils
public static interface JAXBUtils.BridgeWrapper
-
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(Object elValue, XMLStreamWriter source, AttachmentMarshaller m) voidmarshal(Object elValue, StreamResult s1) voidmarshal(Object elValue, Node source, AttachmentMarshaller am) unmarshal(InputStream source) unmarshal(XMLStreamReader source, AttachmentUnmarshaller am) unmarshal(Node source, AttachmentUnmarshaller am)
-
Method Details
-
unmarshal
- Throws:
JAXBException
-
unmarshal
- Throws:
JAXBException
-
unmarshal
- Throws:
JAXBException
-
marshal
- Throws:
JAXBException
-
marshal
- Throws:
JAXBException
-
marshal
- Throws:
JAXBException
-