|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.contribution.processor.DefaultValidationSchemaExtensionPoint
public class DefaultValidationSchemaExtensionPoint
Default implementation of an extension point for XML schemas.
Constructor Summary | |
---|---|
DefaultValidationSchemaExtensionPoint()
|
Method Summary | |
---|---|
void |
addSchema(java.lang.String uri)
Add a schema. |
java.util.List<java.lang.String> |
getSchemas()
Returns the list of schemas registered in the extension point. |
void |
removeSchema(java.lang.String uri)
Remove a schema. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultValidationSchemaExtensionPoint()
Method Detail |
---|
public void addSchema(java.lang.String uri)
ValidationSchemaExtensionPoint
addSchema
in interface ValidationSchemaExtensionPoint
uri
- the URI of the schemapublic void removeSchema(java.lang.String uri)
ValidationSchemaExtensionPoint
removeSchema
in interface ValidationSchemaExtensionPoint
uri
- the URI of the schemapublic java.util.List<java.lang.String> getSchemas()
ValidationSchemaExtensionPoint
getSchemas
in interface ValidationSchemaExtensionPoint
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |