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 BridgeContextJAXBRIContext. createBridgeContext()Creates a newBridgeContextinstance.Methods in com.sun.xml.bind.api with parameters of type BridgeContext Modifier and Type Method Description voidBridge. marshal(BridgeContext context, T object, java.io.OutputStream output, javax.xml.namespace.NamespaceContext nsContext)voidBridge. marshal(BridgeContext context, T object, javax.xml.stream.XMLStreamWriter output)voidBridge. marshal(BridgeContext context, T object, javax.xml.transform.Result result)voidBridge. marshal(BridgeContext context, T object, org.w3c.dom.Node output)voidBridge. marshal(BridgeContext context, T object, org.xml.sax.ContentHandler contentHandler)TBridge. unmarshal(BridgeContext context, java.io.InputStream in)TBridge. unmarshal(BridgeContext context, javax.xml.stream.XMLStreamReader in)TBridge. unmarshal(BridgeContext context, javax.xml.transform.Source in)TBridge. 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 classBridgeContextImplBridgeContextimplementation.Methods in com.sun.xml.bind.v2.runtime that return BridgeContext Modifier and Type Method Description BridgeContextJAXBContextImpl. createBridgeContext()
-