| Creates and registers a JXPathBeanInfo object for the supplied class. If
the class has already been registered, returns the registered
JXPathBeanInfo object.
The process of creation of JXPathBeanInfo is as follows:
- If class named
<beanClass>XBeanInfo exists,
an instance of that class is allocated.
- Otherwise, an instance of
JXPathBasicBeanInfoJXPathBasicBeanInfo is allocated.
|