Interface AttributeDefinitionXMLConfiguration.Configurator<C extends AttributeDefinitionXMLConfiguration.Configurator<C>>
- All Known Subinterfaces:
NamedResourceRegistrationXMLElement.Builder,ResourceRegistrationXMLElement.Builder<T,,B> ResourceXMLAll.Builder,ResourceXMLChoice.Builder,ResourceXMLContainer.Builder<T,,B> ResourceXMLElement.Builder,ResourceXMLElementGroup.Builder<T,,B> ResourceXMLParticleGroup.Builder<T,,B> ResourceXMLSequence.Builder,SingletonResourceRegistrationXMLElement.Builder,SubsystemResourceRegistrationXMLElement.Builder
- All Known Implementing Classes:
NamedResourceRegistrationXMLElement.DefaultBuilder,ResourceRegistrationXMLElement.AbstractBuilder,ResourceXMLAll.DefaultBuilder,ResourceXMLChoice.DefaultBuilder,ResourceXMLContainer.AbstractBuilder,ResourceXMLElement.DefaultBuilder,ResourceXMLElementGroup.AbstractBuilder,ResourceXMLParticleGroup.AbstractBuilder,ResourceXMLSequence.DefaultBuilder,SingletonResourceRegistrationXMLElement.DefaultBuilder,SubsystemResourceRegistrationXMLElement.DefaultBuilder
- Enclosing interface:
- AttributeDefinitionXMLConfiguration
public static interface AttributeDefinitionXMLConfiguration.Configurator<C extends AttributeDefinitionXMLConfiguration.Configurator<C>>
-
Method Summary
Modifier and TypeMethodDescriptionwithLocalNames(Map<AttributeDefinition, String> localNames) Overrides the qualified names for the specified attributes.withMarshallers(Map<AttributeDefinition, AttributeMarshaller> marshallers) Overrides the marshallers for the specified attributes.withNames(Map<AttributeDefinition, QName> names) Overrides the qualified names for the specified attributes.withParsers(Map<AttributeDefinition, AttributeParser> parsers) Overrides the parsers for the specified attributes.
-
Method Details
-
withLocalNames
Overrides the qualified names for the specified attributes.- Parameters:
names- a mapping of qualified name overrides- Returns:
- a reference to this configurator
-
withNames
Overrides the qualified names for the specified attributes.- Parameters:
names- a mapping of qualified name overrides- Returns:
- a reference to this configurator
-
withParsers
Overrides the parsers for the specified attributes.- Parameters:
parsers- a mapping of parser overrides- Returns:
- a reference to this configurator
-
withMarshallers
Overrides the marshallers for the specified attributes.- Parameters:
marshallers- a mapping of marshaller overrides- Returns:
- a reference to this configurator
-