Uses of Interface
com.sun.xml.bind.v2.model.runtime.RuntimeElementInfo

Packages that use RuntimeElementInfo
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
com.sun.xml.bind.v2.model.runtime The specialization of com.sun.xml.bind.v2.model.core for the runtime. 
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
 

Uses of RuntimeElementInfo in com.sun.xml.bind.v2.model.impl
 

Classes in com.sun.xml.bind.v2.model.impl that implement RuntimeElementInfo
(package private)  class RuntimeElementInfoImpl
           
 

Uses of RuntimeElementInfo in com.sun.xml.bind.v2.model.runtime
 

Methods in com.sun.xml.bind.v2.model.runtime that return RuntimeElementInfo
 RuntimeElementInfo RuntimeTypeInfoSet.getElementInfo(Class scope, QName name)
           
 

Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type RuntimeElementInfo
 Iterable<? extends RuntimeElementInfo> RuntimeTypeInfoSet.getAllElements()
           
 Map<QName,? extends RuntimeElementInfo> RuntimeTypeInfoSet.getElementMappings(Class scope)
           
 

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

Constructors in com.sun.xml.bind.v2.runtime with parameters of type RuntimeElementInfo
ElementBeanInfoImpl(JAXBContextImpl grammar, RuntimeElementInfo rei)