Uses of Class
org.glassfish.jaxb.runtime.api.BridgeContext
-
Packages that use BridgeContext Package Description org.glassfish.jaxb.runtime.api Runtime API for the JAX-WS RIorg.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of BridgeContext in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api that return BridgeContext Modifier and Type Method Description abstract BridgeContextJAXBRIContext. createBridgeContext()Creates a newBridgeContextinstance.Methods in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime
Subclasses of BridgeContext in org.glassfish.jaxb.runtime.v2.runtime Modifier and Type Class Description classBridgeContextImplBridgeContextimplementation.Methods in org.glassfish.jaxb.runtime.v2.runtime that return BridgeContext Modifier and Type Method Description BridgeContextJAXBContextImpl. createBridgeContext()
-