Each JAXB-bound class has a corresponding {@link JaxBeanInfo} object,which performs all the JAXB related operations on behalf of the JAXB-bound object.
Given a class, the corresponding {@link JaxBeanInfo} can be locatedvia {@link JAXBContextImpl#getBeanInfo(Class,boolean)}.
Typically, {@link JaxBeanInfo} implementations should be generatedby XJC/JXC. Those impl classes will register themselves to their master ObjectFactory class.
The type parameter BeanT is the Java class of the bean that this represents. @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
Each JAXB-bound class has a corresponding {@link JaxBeanInfo} object,which performs all the JAXB related operations on behalf of the JAXB-bound object.
Given a class, the corresponding {@link JaxBeanInfo} can be locatedvia {@link JAXBContextImpl#getBeanInfo(Class,boolean)}.
Typically, {@link JaxBeanInfo} implementations should be generatedby XJC/JXC. Those impl classes will register themselves to their master ObjectFactory class.
The type parameter BeanT is the Java class of the bean that this represents. @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
|
|