Searched defs:JaxBeanInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJaxBeanInfo.java58 * Each JAXB-bound class has a corresponding {@link JaxBeanInfo} object,
63 * Given a class, the corresponding {@link JaxBeanInfo} can be located
67 * Typically, {@link JaxBeanInfo} implementations should be generated
77 public abstract class JaxBeanInfo<BeanT> { class
82 * For {@link JaxBeanInfo} that has multiple type names.
84 protected JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName[] typeNames, boolean isElement,boolean isImmutable, boolean hasLifecycleEvents) { method in class:JaxBeanInfo
89 * For {@link JaxBeanInfo} that has one type name.
91 protected JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName typeName, boolean isElement,boolean isImmutable, boolean hasLifecycleEvents) { method in class:JaxBeanInfo
96 * For {@link JaxBeanInfo} that has no type names.
98 protected JaxBeanInfo(JAXBContextImp method in class:JaxBeanInfo
102 private JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, Object typeName, boolean isElement,boolean isImmutable, boolean hasLifecycleEvents) { method in class:JaxBeanInfo
[all...]

Completed in 30 milliseconds