final class MarshallerBridge
extends com.sun.xml.bind.api.Bridge
Marshaller
into a Bridge
.Constructor and Description |
---|
MarshallerBridge(com.sun.xml.bind.api.JAXBRIContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
public MarshallerBridge(com.sun.xml.bind.api.JAXBRIContext context)
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
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.