Apache CXF API

org.apache.cxf.common.jaxb
Interface JAXBUtils.BridgeWrapper

Enclosing class:
JAXBUtils

public static interface JAXBUtils.BridgeWrapper


Method Summary
 void marshal(Object elValue, Node source, AttachmentMarshaller am)
           
 void marshal(Object elValue, StreamResult s1)
           
 void marshal(Object elValue, XMLStreamWriter source, AttachmentMarshaller m)
           
 Object unmarshal(InputStream source)
           
 Object unmarshal(Node source, AttachmentUnmarshaller am)
           
 Object unmarshal(XMLStreamReader source, AttachmentUnmarshaller am)
           
 

Method Detail

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 API

Apache CXF