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

Packages that use TypeReference
com.sun.xml.bind.api Runtime API for the JAX-WS RI 
com.sun.xml.bind.v2 The JAXB 2.0 runtime 
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
 

Uses of TypeReference in com.sun.xml.bind.api
 

Methods in com.sun.xml.bind.api that return TypeReference
abstract  TypeReference Bridge.getTypeReference()
          Gets the TypeReference from which this bridge was created.
 

Methods in com.sun.xml.bind.api with parameters of type TypeReference
abstract  Bridge JAXBRIContext.createBridge(TypeReference ref)
          Creates a mini-marshaller/unmarshaller that can process a TypeReference.
abstract  javax.xml.namespace.QName JAXBRIContext.getTypeName(TypeReference tr)
          Returns the name of the XML Type bound to the specified Java type.
 

Method parameters in com.sun.xml.bind.api with type arguments of type TypeReference
static JAXBRIContext JAXBRIContext.newInstance(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.lang.String defaultNamespaceRemap, boolean c14nSupport)
          Creates a new JAXBRIContext.
 

Uses of TypeReference in com.sun.xml.bind.v2
 

Method parameters in com.sun.xml.bind.v2 with type arguments of type TypeReference
static javax.xml.bind.JAXBContext ContextFactory.createContext(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.lang.String defaultNsUri, boolean c14nSupport)
          Used from the JAXB RI runtime API, invoked via reflection.
 

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

Methods in com.sun.xml.bind.v2.runtime that return TypeReference
 TypeReference BridgeAdapter.getTypeReference()
           
 TypeReference BridgeImpl.getTypeReference()
           
 

Methods in com.sun.xml.bind.v2.runtime with parameters of type TypeReference
 Bridge JAXBContextImpl.createBridge(TypeReference ref)
           
 javax.xml.namespace.QName JAXBContextImpl.getTypeName(TypeReference tr)
           
 

Constructors in com.sun.xml.bind.v2.runtime with parameters of type TypeReference
BridgeImpl(Name tagName, JaxBeanInfo<T> bi, TypeReference typeRef)
           
 

Constructor parameters in com.sun.xml.bind.v2.runtime with type arguments of type TypeReference
JAXBContextImpl(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.lang.String defaultNsUri, boolean c14nSupport)