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, OutputStream output, NamespaceContext nsContext)voidBridge. marshal(BridgeContext context, T object, XMLStreamWriter output)voidBridge. marshal(BridgeContext context, T object, Result result)voidBridge. marshal(BridgeContext context, T object, Node output)voidBridge. marshal(BridgeContext context, T object, ContentHandler contentHandler)TBridge. unmarshal(BridgeContext context, InputStream in)TBridge. unmarshal(BridgeContext context, XMLStreamReader in)TBridge. unmarshal(BridgeContext context, Source in)TBridge. unmarshal(BridgeContext context, 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()
-