JBoss.org Community Documentation
The constructor
element(s) specifies the constructors available for creating an instance of the managed object. The constructor element and its content model are shown in Figure 3.8, “The XMBean constructor element and its content model”.
The key child elements are:
description : A description of the constructor.
name : The name of the constructor, which must be the same as the implementation class.
parameter : The parameter element describes a constructor parameter. The parameter element has the following attributes:
description : An optional description of the parameter.
name : The required variable name of the parameter.
type : The required fully qualified class name of the parameter type.
descriptors : Any descriptors to associate with the constructor metadata.