|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.xb.binding.sunday.unmarshalling.SchemaResolverConfig
public class SchemaResolverConfig
SchemaResolverConfig.
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 |
---|
protected static DefaultSchemaResolver resolver
protected Properties schemaInitializers
protected Properties schemaLocations
protected Properties parseAnnotations
Constructor Detail |
---|
public SchemaResolverConfig()
Method Detail |
---|
public Properties getSchemaInitializers()
SchemaResolverConfigMBean
getSchemaInitializers
in interface SchemaResolverConfigMBean
public void setSchemaInitializers(Properties schemaInitializers)
SchemaResolverConfigMBean
setSchemaInitializers
in interface SchemaResolverConfigMBean
schemaInitializers
- the schemaInitializers.public Properties getSchemaLocations()
SchemaResolverConfigMBean
getSchemaLocations
in interface SchemaResolverConfigMBean
public void setSchemaLocations(Properties schemaLocations)
SchemaResolverConfigMBean
setSchemaLocations
in interface SchemaResolverConfigMBean
schemaLocations
- the schemaLocations.public Properties getParseAnnotations()
SchemaResolverConfigMBean
getParseAnnotations
in interface SchemaResolverConfigMBean
public void setParseAnnotations(Properties parseAnnotations)
SchemaResolverConfigMBean
setParseAnnotations
in interface SchemaResolverConfigMBean
parseAnnotations
- the parseAnnotations.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |