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

All Known Implementing Classes:
SchemaResolverConfig

public interface SchemaResolverConfigMBean

SchemaResolverConfigMBean.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

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.
 

Method Detail

getSchemaInitializers

Properties getSchemaInitializers()
Get the schemaInitializers.

Returns:
the schemaInitializers.

setSchemaInitializers

void setSchemaInitializers(Properties 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.


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