|
||||||||||
| 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 |
bindingClasses
The binding classes by namespace |
protected Properties |
bindingClassesByLocation
The binding classes by schemaLocation |
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 |
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. |
Properties |
getSchemaInitializers()
Get the schemaInitializers. |
Properties |
getSchemaLocations()
Get the schemaLocations. |
void |
setBindingClasses(Properties bindingClasses)
Set the JBossXBBuilder namespace to Class mappings. |
void |
setBindingClassesByLocations(Properties bindingClassesByLocation)
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 |
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
protected Properties bindingClasses
protected Properties bindingClassesByLocation
| Constructor Detail |
|---|
public SchemaResolverConfig()
| Method Detail |
|---|
public boolean getCacheResolvedSchemas()
SchemaResolverConfigMBean
getCacheResolvedSchemas in interface SchemaResolverConfigMBeanpublic void setCacheResolvedSchemas(boolean flag)
SchemaResolverConfigMBean
setCacheResolvedSchemas in interface SchemaResolverConfigMBeanflag - - true if schemas are cachedpublic Properties getSchemaInitializers()
SchemaResolverConfigMBean
getSchemaInitializers in interface SchemaResolverConfigMBeanpublic void setSchemaInitializers(Properties schemaInitializers)
SchemaResolverConfigMBean
setSchemaInitializers in interface SchemaResolverConfigMBeanschemaInitializers - the schemaInitializers.public Properties getSchemaLocations()
SchemaResolverConfigMBean
getSchemaLocations in interface SchemaResolverConfigMBeanpublic void setSchemaLocations(Properties schemaLocations)
SchemaResolverConfigMBean
setSchemaLocations in interface SchemaResolverConfigMBeanschemaLocations - the schemaLocations.public Properties getParseAnnotations()
SchemaResolverConfigMBean
getParseAnnotations in interface SchemaResolverConfigMBeanpublic void setParseAnnotations(Properties parseAnnotations)
SchemaResolverConfigMBean
setParseAnnotations in interface SchemaResolverConfigMBeanparseAnnotations - the parseAnnotations.public Properties getBindingClassesByLocations()
SchemaResolverConfigMBean
getBindingClassesByLocations in interface SchemaResolverConfigMBeanpublic void setBindingClassesByLocations(Properties bindingClassesByLocation)
SchemaResolverConfigMBean
setBindingClassesByLocations in interface SchemaResolverConfigMBeanpublic Properties getBindingClasses()
SchemaResolverConfigMBean
getBindingClasses in interface SchemaResolverConfigMBeanpublic void setBindingClasses(Properties bindingClasses)
SchemaResolverConfigMBean
setBindingClasses in interface SchemaResolverConfigMBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||