public class ConfigurationNodePointerFactory extends Object
NodePointerFactory interface for
configuration nodes.| Modifier and Type | Field and Description |
|---|---|
static int |
CONFIGURATION_NODE_POINTER_FACTORY_ORDER
Constant for the order of this factory.
|
| Constructor and Description |
|---|
ConfigurationNodePointerFactory() |
| Modifier and Type | Method and Description |
|---|---|
NodePointer |
createNodePointer(NodePointer parent,
QName name,
Object bean)
Creates a node pointer for the specified bean.
|
NodePointer |
createNodePointer(QName name,
Object bean,
Locale locale)
Creates a node pointer for the specified bean.
|
int |
getOrder()
Returns the order of this factory between other factories.
|
public static final int CONFIGURATION_NODE_POINTER_FACTORY_ORDER
public int getOrder()
public NodePointer createNodePointer(QName name,
Object bean,
Locale locale)
name - the name of the nodebean - the beanlocale - the localepublic NodePointer createNodePointer(NodePointer parent,
QName name,
Object bean)
parent - the parent nodename - the namebean - the beanCopyright © 2012 JBoss by Red Hat. All Rights Reserved.