com.sun.xml.ws.message.jaxb
Class MarshallerBridge
java.lang.Object
com.sun.xml.bind.api.Bridge
com.sun.xml.ws.message.jaxb.MarshallerBridge
final class MarshallerBridge
- extends Bridge
Used to adapt Marshaller
into a Bridge
.
Method Summary |
TypeReference |
getTypeReference()
|
void |
marshal(Marshaller m,
Object object,
ContentHandler contentHandler)
|
void |
marshal(Marshaller m,
Object object,
Node output)
|
void |
marshal(Marshaller m,
Object object,
OutputStream output,
NamespaceContext nsContext)
|
void |
marshal(Marshaller m,
Object object,
Result result)
|
void |
marshal(Marshaller m,
Object object,
javax.xml.stream.XMLStreamWriter output)
|
Object |
unmarshal(Unmarshaller u,
InputStream in)
|
Object |
unmarshal(Unmarshaller u,
Node n)
|
Object |
unmarshal(Unmarshaller u,
Source in)
|
Object |
unmarshal(Unmarshaller u,
javax.xml.stream.XMLStreamReader in)
|
Methods inherited from class com.sun.xml.bind.api.Bridge |
getContext, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, marshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal, unmarshal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarshallerBridge
public MarshallerBridge(JAXBRIContext context)
marshal
public void marshal(Marshaller m,
Object object,
javax.xml.stream.XMLStreamWriter output)
throws JAXBException
- Specified by:
marshal
in class Bridge
- Throws:
JAXBException
marshal
public void marshal(Marshaller m,
Object object,
OutputStream output,
NamespaceContext nsContext)
throws JAXBException
- Specified by:
marshal
in class Bridge
- Throws:
JAXBException
marshal
public void marshal(Marshaller m,
Object object,
Node output)
throws JAXBException
- Specified by:
marshal
in class Bridge
- Throws:
JAXBException
marshal
public void marshal(Marshaller m,
Object object,
ContentHandler contentHandler)
throws JAXBException
- Specified by:
marshal
in class Bridge
- Throws:
JAXBException
marshal
public void marshal(Marshaller m,
Object object,
Result result)
throws JAXBException
- Specified by:
marshal
in class Bridge
- Throws:
JAXBException
unmarshal
public Object unmarshal(Unmarshaller u,
javax.xml.stream.XMLStreamReader in)
- Specified by:
unmarshal
in class Bridge
unmarshal
public Object unmarshal(Unmarshaller u,
Source in)
- Specified by:
unmarshal
in class Bridge
unmarshal
public Object unmarshal(Unmarshaller u,
InputStream in)
- Specified by:
unmarshal
in class Bridge
unmarshal
public Object unmarshal(Unmarshaller u,
Node n)
- Specified by:
unmarshal
in class Bridge
getTypeReference
public TypeReference getTypeReference()
- Specified by:
getTypeReference
in class Bridge