Uses of Class
com.sun.xml.bind.api.Bridge

Packages that use Bridge
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 Bridge in com.sun.xml.bind.api
 

Fields in com.sun.xml.bind.api declared as Bridge
 Bridge[] CompositeStructure.bridges
           
 

Methods in com.sun.xml.bind.api that return Bridge
abstract  Bridge JAXBRIContext.createBridge(TypeReference ref)
          Creates a mini-marshaller/unmarshaller that can process a TypeReference.
 

Uses of Bridge in com.sun.xml.bind.v2.runtime
 

Subclasses of Bridge in com.sun.xml.bind.v2.runtime
(package private)  class BridgeAdapter<OnWire,InMemory>
          Bridge decorator for XmlAdapter.
(package private)  class BridgeImpl<T>
          Bridge implementaiton.
(package private)  class InternalBridge<T>
          Additional methods on Bridge that are only available for the JAXB runtime.
 

Methods in com.sun.xml.bind.v2.runtime that return Bridge
 Bridge JAXBContextImpl.createBridge(TypeReference ref)