Apache CXF API

org.apache.cxf.jaxb
Interface JAXBUtils.BridgeWrapper

Enclosing class:
JAXBUtils

public static interface JAXBUtils.BridgeWrapper


Method Summary
 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)
           
 

Method Detail

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 API

Apache CXF