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
 

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