JBoss XML Binding 2.0.3.GA

org.jboss.xb.binding.sunday.unmarshalling
Interface SchemaResolverConfigMBean

All Known Implementing Classes:
SchemaResolverConfig

public interface SchemaResolverConfigMBean

SchemaResolverConfigMBean.

Version:
$Revision: 4882 $
Author:
Adrian Brock

Method Summary
 Properties getBindingClasses()
          Get the JBossXBBuilder namespace to Class mappings.
 Properties getBindingClassesByLocations()
          Get the JBossXBBuilder schema location to Class mappings.
 boolean getCacheResolvedSchemas()
          Get whether schemas are cached by namespaceURI
 Properties getParseAnnotations()
          Get the parseAnnotations.
 Map<String,SchemaBindingInitializer> getSchemaInitializerInstances()
          Get the schemaInitializers.
 Properties getSchemaInitializers()
          Get the schemaInitializers.
 Properties getSchemaLocations()
          Get the schemaLocations.
 void setBindingClasses(Properties bindingClasses)
          Set the JBossXBBuilder namespace to Class mappings.
 void setBindingClassesByLocations(Properties bindingClasses)
          Set the JBossXBBuilder schema location to Class mappings.
 void setCacheResolvedSchemas(boolean flag)
          Set whether schemas are cached by namespaceURI
 void setParseAnnotations(Properties parseAnnotations)
          Set the parseAnnotations.
 void setSchemaInitializerInstances(Map<String,SchemaBindingInitializer> schemaInitializers)
          Set the schemaInitializers.
 void setSchemaInitializers(Properties schemaInitializers)
          Set the schemaInitializers.
 void setSchemaLocations(Properties schemaLocations)
          Set the schemaLocations.
 

Method Detail

getCacheResolvedSchemas

boolean getCacheResolvedSchemas()
Get whether schemas are cached by namespaceURI

Returns:
true if schemas are cached

setCacheResolvedSchemas

void setCacheResolvedSchemas(boolean flag)
Set whether schemas are cached by namespaceURI

Parameters:
flag - - true if schemas are cached

getSchemaInitializers

Properties getSchemaInitializers()
Get the schemaInitializers.

Returns:
the schemaInitializers.

setSchemaInitializers

void setSchemaInitializers(Properties schemaInitializers)
Set the schemaInitializers.

Parameters:
schemaInitializers - the schemaInitializers.

getSchemaInitializerInstances

Map<String,SchemaBindingInitializer> getSchemaInitializerInstances()
Get the schemaInitializers.

Returns:
the schemaInitializers.

setSchemaInitializerInstances

void setSchemaInitializerInstances(Map<String,SchemaBindingInitializer> schemaInitializers)
Set the schemaInitializers.

Parameters:
schemaInitializers - the schemaInitializers.

getSchemaLocations

Properties getSchemaLocations()
Get the schemaLocations.

Returns:
the schemaLocations.

setSchemaLocations

void setSchemaLocations(Properties schemaLocations)
Set the schemaLocations.

Parameters:
schemaLocations - the schemaLocations.

getParseAnnotations

Properties getParseAnnotations()
Get the parseAnnotations.

Returns:
the parseAnnotations.

setParseAnnotations

void setParseAnnotations(Properties parseAnnotations)
Set the parseAnnotations.

Parameters:
parseAnnotations - the parseAnnotations.

getBindingClasses

Properties getBindingClasses()
Get the JBossXBBuilder namespace to Class mappings.

Returns:
bindingClasses

setBindingClasses

void setBindingClasses(Properties bindingClasses)
Set the JBossXBBuilder namespace to Class mappings.

Parameters:
bindingClasses -

getBindingClassesByLocations

Properties getBindingClassesByLocations()
Get the JBossXBBuilder schema location to Class mappings.

Returns:
bindingClasses

setBindingClassesByLocations

void setBindingClassesByLocations(Properties bindingClasses)
Set the JBossXBBuilder schema location to Class mappings.

Parameters:
bindingClasses -

JBoss XML Binding 2.0.3.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.