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
Modifier and TypeMethodDescriptiongetMarshaller(AttributeDefinition attribute) Returns the marshaller of the specified attribute.getName(AttributeDefinition attribute) Returns the qualified name of the specified attribute.getParser(AttributeDefinition attribute) Returns the parser of the specified attribute.Resolves the specified local name to a qualified name.
-
Method Details
-
resolve
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
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
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
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.
-