|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.bind.api.Bridge
com.sun.xml.ws.message.jaxb.MarshallerBridge
final class MarshallerBridge
Used to adapt Marshaller
into a Bridge
.
Field Summary |
---|
Fields inherited from class com.sun.xml.bind.api.Bridge |
---|
context |
Constructor Summary | |
---|---|
MarshallerBridge(com.sun.xml.bind.api.JAXBRIContext context)
Deprecated. |
Method Summary | |
---|---|
com.sun.xml.bind.api.TypeReference |
getTypeReference()
Deprecated. |
void |
marshal(Marshaller m,
Object object,
ContentHandler contentHandler)
Deprecated. |
void |
marshal(Marshaller m,
Object object,
Node output)
Deprecated. |
void |
marshal(Marshaller m,
Object object,
OutputStream output,
NamespaceContext nsContext)
Deprecated. |
void |
marshal(Marshaller m,
Object object,
Result result)
Deprecated. |
void |
marshal(Marshaller m,
Object object,
javax.xml.stream.XMLStreamWriter output)
Deprecated. |
Object |
unmarshal(Unmarshaller u,
InputStream in)
Deprecated. |
Object |
unmarshal(Unmarshaller u,
Node n)
Deprecated. |
Object |
unmarshal(Unmarshaller u,
Source in)
Deprecated. |
Object |
unmarshal(Unmarshaller u,
javax.xml.stream.XMLStreamReader in)
Deprecated. |
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 |
Constructor Detail |
---|
public MarshallerBridge(com.sun.xml.bind.api.JAXBRIContext context)
Method Detail |
---|
public void marshal(Marshaller m, Object object, javax.xml.stream.XMLStreamWriter output) throws JAXBException
marshal
in class com.sun.xml.bind.api.Bridge
JAXBException
public void marshal(Marshaller m, Object object, OutputStream output, NamespaceContext nsContext) throws JAXBException
marshal
in class com.sun.xml.bind.api.Bridge
JAXBException
public void marshal(Marshaller m, Object object, Node output) throws JAXBException
marshal
in class com.sun.xml.bind.api.Bridge
JAXBException
public void marshal(Marshaller m, Object object, ContentHandler contentHandler) throws JAXBException
marshal
in class com.sun.xml.bind.api.Bridge
JAXBException
public void marshal(Marshaller m, Object object, Result result) throws JAXBException
marshal
in class com.sun.xml.bind.api.Bridge
JAXBException
public Object unmarshal(Unmarshaller u, javax.xml.stream.XMLStreamReader in)
unmarshal
in class com.sun.xml.bind.api.Bridge
public Object unmarshal(Unmarshaller u, Source in)
unmarshal
in class com.sun.xml.bind.api.Bridge
public Object unmarshal(Unmarshaller u, InputStream in)
unmarshal
in class com.sun.xml.bind.api.Bridge
public Object unmarshal(Unmarshaller u, Node n)
unmarshal
in class com.sun.xml.bind.api.Bridge
public com.sun.xml.bind.api.TypeReference getTypeReference()
getTypeReference
in class com.sun.xml.bind.api.Bridge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |