org.apache.tuscany.sca.contribution.processor
Interface ValidationSchemaExtensionPoint

All Known Implementing Classes:
DefaultValidationSchemaExtensionPoint

public interface ValidationSchemaExtensionPoint

An extension point for XML schemas used for validation.


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.
 

Method Detail

addSchema

void addSchema(java.lang.String uri)
Add a schema.

Parameters:
uri - the URI of the schema

removeSchema

void removeSchema(java.lang.String uri)
Remove a schema.

Parameters:
uri - the URI of the schema

getSchemas

java.util.List<java.lang.String> getSchemas()
Returns the list of schemas registered in the extension point.

Returns:
the list of schemas