org.jboss.xb.binding.sunday.unmarshalling
Class SchemaResolverConfig

java.lang.Object
  extended by org.jboss.xb.binding.sunday.unmarshalling.SchemaResolverConfig
All Implemented Interfaces:
SchemaResolverConfigMBean

public class SchemaResolverConfig
extends Object
implements SchemaResolverConfigMBean

SchemaResolverConfig.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Field Summary
protected  Properties parseAnnotations
          The parse annotations by namespace
protected static DefaultSchemaResolver resolver
          The singleton schema resolver
protected  Properties schemaInitializers
          The initializers by namespace
protected  Properties schemaLocations
          The locations by namespace
 
Constructor Summary
SchemaResolverConfig()
           
 
Method Summary
 Properties getParseAnnotations()
          Get the parseAnnotations.
 Properties getSchemaInitializers()
          Get the schemaInitializers.
 Properties getSchemaLocations()
          Get the schemaLocations.
 void setParseAnnotations(Properties parseAnnotations)
          Set the parseAnnotations.
 void setSchemaInitializers(Properties schemaInitializers)
          Set the schemaInitializers.
 void setSchemaLocations(Properties schemaLocations)
          Set the schemaLocations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resolver

protected static DefaultSchemaResolver resolver
The singleton schema resolver


schemaInitializers

protected Properties schemaInitializers
The initializers by namespace


schemaLocations

protected Properties schemaLocations
The locations by namespace


parseAnnotations

protected Properties parseAnnotations
The parse annotations by namespace

Constructor Detail

SchemaResolverConfig

public SchemaResolverConfig()
Method Detail

getSchemaInitializers

public Properties getSchemaInitializers()
Description copied from interface: SchemaResolverConfigMBean
Get the schemaInitializers.

Specified by:
getSchemaInitializers in interface SchemaResolverConfigMBean
Returns:
the schemaInitializers.

setSchemaInitializers

public void setSchemaInitializers(Properties schemaInitializers)
Description copied from interface: SchemaResolverConfigMBean
Set the schemaInitializers.

Specified by:
setSchemaInitializers in interface SchemaResolverConfigMBean
Parameters:
schemaInitializers - the schemaInitializers.

getSchemaLocations

public Properties getSchemaLocations()
Description copied from interface: SchemaResolverConfigMBean
Get the schemaLocations.

Specified by:
getSchemaLocations in interface SchemaResolverConfigMBean
Returns:
the schemaLocations.

setSchemaLocations

public void setSchemaLocations(Properties schemaLocations)
Description copied from interface: SchemaResolverConfigMBean
Set the schemaLocations.

Specified by:
setSchemaLocations in interface SchemaResolverConfigMBean
Parameters:
schemaLocations - the schemaLocations.

getParseAnnotations

public Properties getParseAnnotations()
Description copied from interface: SchemaResolverConfigMBean
Get the parseAnnotations.

Specified by:
getParseAnnotations in interface SchemaResolverConfigMBean
Returns:
the parseAnnotations.

setParseAnnotations

public void setParseAnnotations(Properties parseAnnotations)
Description copied from interface: SchemaResolverConfigMBean
Set the parseAnnotations.

Specified by:
setParseAnnotations in interface SchemaResolverConfigMBean
Parameters:
parseAnnotations - the parseAnnotations.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.