|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.xb.binding.sunday.unmarshalling.SingletonSchemaResolverFactory
public class SingletonSchemaResolverFactory
SingletonSchemaResolverFactory.
Method Summary | |
---|---|
protected boolean |
addSchema(String namespace,
String initializer)
Add a schema |
protected boolean |
addSchema(String namespace,
String initializer,
Boolean parseAnnotations)
Add a schema |
protected boolean |
addSchema(String namespace,
String initializer,
String location)
Add a schema |
protected boolean |
addSchema(String namespace,
String initializer,
String location,
Boolean parseAnnotations)
Add a schema |
static SingletonSchemaResolverFactory |
getInstance()
Get the factory instance |
SchemaBindingResolver |
getSchemaBindingResolver()
Get the schema binding resolver |
protected void |
setParseAnnotations(String namespace,
Boolean parseAnnotations)
Set the parse annotations for a schema |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SingletonSchemaResolverFactory getInstance()
public SchemaBindingResolver getSchemaBindingResolver()
SchemaResolverFactory
getSchemaBindingResolver
in interface SchemaResolverFactory
protected boolean addSchema(String namespace, String initializer)
namespace
- the namespaceinitializer
- the initializer
protected boolean addSchema(String namespace, String initializer, Boolean parseAnnotations)
namespace
- the namespaceinitializer
- the initializerparseAnnotations
- whether to parse annotations
protected boolean addSchema(String namespace, String initializer, String location)
namespace
- the namespaceinitializer
- the initializerlocation
- the location
protected boolean addSchema(String namespace, String initializer, String location, Boolean parseAnnotations)
namespace
- the namespaceinitializer
- the initializerlocation
- the locationparseAnnotations
- whether to parse annotations
protected void setParseAnnotations(String namespace, Boolean parseAnnotations)
namespace
- the namespaceparseAnnotations
- whether to parse annotations
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |