| components | A list of arooa:bean-defs for components. |
| conversions | List of class names that must implement
the org.oddjob.arooa.convert.ConversionProvider interface. |
| namespace | The name space that applies to all elements defined in definitions. |
| prefix | The default prefix for the name space. |
| values | A list of arooa:bean-defs for values. |
| Example 1 | In the Dev Guide. |
| Example 2 | The descriptor for Oddjob's JMX client and server. |
| Configured By | ELEMENT |
| Access | WRITE_ONLY |
| Required | No. |
A list of arooa:bean-defs for components.
| Configured By | ELEMENT |
| Access | WRITE_ONLY |
| Required | No. |
List of class names that must implement
the org.oddjob.arooa.convert.ConversionProvider interface.
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The name space that applies to all elements defined in definitions.
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | Yes if name space is provided. |
The default prefix for the name space.
| Configured By | ELEMENT |
| Access | WRITE_ONLY |
| Required | No. |
A list of arooa:bean-defs for values.
In the Dev Guide. There is an example of a custom descriptor here.
The descriptor for Oddjob's JMX client and server. This is the internal descriptor used by Oddjob.
It can be found Here on Github