Uses of Class
com.sun.xml.bind.api.BridgeContext
-
Packages that use BridgeContext Package Description com.sun.xml.bind.api Runtime API for the JAX-WS RIcom.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 Modifier and Type Method Description abstract BridgeContext
JAXBRIContext. createBridgeContext()
Creates a newBridgeContext
instance.Methods in com.sun.xml.bind.api with parameters of type BridgeContext Modifier and Type Method Description 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.stream.XMLStreamWriter output)
void
Bridge. marshal(BridgeContext context, T object, javax.xml.transform.Result result)
void
Bridge. marshal(BridgeContext context, T object, org.w3c.dom.Node output)
void
Bridge. marshal(BridgeContext context, T object, org.xml.sax.ContentHandler contentHandler)
T
Bridge. unmarshal(BridgeContext context, java.io.InputStream in)
T
Bridge. unmarshal(BridgeContext context, javax.xml.stream.XMLStreamReader in)
T
Bridge. unmarshal(BridgeContext context, javax.xml.transform.Source in)
T
Bridge. unmarshal(BridgeContext context, org.w3c.dom.Node n)
-
Uses of BridgeContext in com.sun.xml.bind.v2.runtime
Subclasses of BridgeContext in com.sun.xml.bind.v2.runtime Modifier and Type Class Description class
BridgeContextImpl
BridgeContext
implementation.Methods in com.sun.xml.bind.v2.runtime that return BridgeContext Modifier and Type Method Description BridgeContext
JAXBContextImpl. createBridgeContext()
-