Class AttributeDefinitionXMLConfiguration.DefaultAttributeDefinitionXMLConfiguration
- java.lang.Object
-
- org.jboss.as.controller.persistence.xml.AttributeDefinitionXMLConfiguration.DefaultAttributeDefinitionXMLConfiguration
-
- All Implemented Interfaces:
AttributeDefinitionXMLConfiguration,QNameResolver
- Enclosing interface:
- AttributeDefinitionXMLConfiguration
public static class AttributeDefinitionXMLConfiguration.DefaultAttributeDefinitionXMLConfiguration extends Object implements AttributeDefinitionXMLConfiguration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.persistence.xml.AttributeDefinitionXMLConfiguration
AttributeDefinitionXMLConfiguration.Configurator<C extends AttributeDefinitionXMLConfiguration.Configurator<C>>, AttributeDefinitionXMLConfiguration.DefaultAttributeDefinitionXMLConfiguration
-
-
Field Summary
-
Fields inherited from interface org.jboss.as.controller.xml.QNameResolver
COMPARATOR
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeMarshallergetMarshaller(AttributeDefinition attribute)Returns the marshaller of the specified attribute.QNamegetName(AttributeDefinition attribute)Returns the qualified name of the specified attribute.AttributeParsergetParser(AttributeDefinition attribute)Returns the parser of the specified attribute.QNameresolve(String localName)Resolves the specified local name to a qualified name.
-
-
-
Method Detail
-
resolve
public QName resolve(String localName)
Description copied from interface:QNameResolverResolves the specified local name to a qualified name.- Specified by:
resolvein interfaceQNameResolver- Parameters:
localName- an attribute/element local name- Returns:
- a qualified name
-
getName
public QName getName(AttributeDefinition attribute)
Description copied from interface:AttributeDefinitionXMLConfigurationReturns the qualified name of the specified attribute.- Specified by:
getNamein interfaceAttributeDefinitionXMLConfiguration- Parameters:
attribute- a resource attribute- Returns:
- the qualified name of the specified attribute.
-
getParser
public AttributeParser getParser(AttributeDefinition attribute)
Description copied from interface:AttributeDefinitionXMLConfigurationReturns the parser of the specified attribute.- Specified by:
getParserin interfaceAttributeDefinitionXMLConfiguration- Parameters:
attribute- a resource attribute- Returns:
- the parser of the specified attribute.
-
getMarshaller
public AttributeMarshaller getMarshaller(AttributeDefinition attribute)
Description copied from interface:AttributeDefinitionXMLConfigurationReturns the marshaller of the specified attribute.- Specified by:
getMarshallerin interfaceAttributeDefinitionXMLConfiguration- Parameters:
attribute- a resource attribute- Returns:
- the marshaller of the specified attribute.
-
-