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
 

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.
 

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

Constructors in com.sun.xml.bind.v2.runtime with parameters of type Bridge
BridgeAdapter(Bridge<OnWire> core, java.lang.Class<? extends javax.xml.bind.annotation.adapters.XmlAdapter<OnWire,InMemory>> adapter)