|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BridgeContext | |
---|---|
com.sun.xml.bind.api | Runtime API for the JAX-WS RI |
com.sun.xml.bind.v2.runtime | Code that implements JAXBContext, Unmarshaller, and Marshaller. |
Uses of BridgeContext in com.sun.xml.bind.api |
---|
Methods in com.sun.xml.bind.api that return BridgeContext | |
---|---|
abstract BridgeContext |
JAXBRIContext.createBridgeContext()
Creates a new BridgeContext instance. |
Methods in com.sun.xml.bind.api with parameters of type BridgeContext | |
---|---|
void |
Bridge.marshal(BridgeContext context,
T object,
org.xml.sax.ContentHandler contentHandler)
|
void |
Bridge.marshal(BridgeContext context,
T object,
org.w3c.dom.Node output)
|
void |
Bridge.marshal(BridgeContext context,
T object,
java.io.OutputStream output,
javax.xml.namespace.NamespaceContext nsContext)
|
void |
Bridge.marshal(BridgeContext context,
T object,
javax.xml.transform.Result result)
|
void |
Bridge.marshal(BridgeContext context,
T object,
javax.xml.stream.XMLStreamWriter output)
|
T |
Bridge.unmarshal(BridgeContext context,
java.io.InputStream in)
|
T |
Bridge.unmarshal(BridgeContext context,
org.w3c.dom.Node n)
|
T |
Bridge.unmarshal(BridgeContext context,
javax.xml.transform.Source in)
|
T |
Bridge.unmarshal(BridgeContext context,
javax.xml.stream.XMLStreamReader in)
|
Uses of BridgeContext in com.sun.xml.bind.v2.runtime |
---|
Subclasses of BridgeContext in com.sun.xml.bind.v2.runtime | |
---|---|
class |
BridgeContextImpl
BridgeContext implementation. |
Methods in com.sun.xml.bind.v2.runtime that return BridgeContext | |
---|---|
BridgeContext |
JAXBContextImpl.createBridgeContext()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |