Interface:
org.netbeans.modules.xml.wsdl.validator.spi.ValidatorSchemaFactory {
/**
* Returns the targetnamespace of the schema
*/
public abstract String getNamespaceURI();
/**
* Returns the Inputstream related to this schema
*/
public abstract InputStream getSchemaInputStream();
}
For example look at C:\nb_all\xml.wsdlextui\src\META-INF\services\org.netbeans.modules.xml.wsdl.validator.spi.ValidatorSchemaFactory
and org.netbeans.modules.xml.wsdlextui.property.SOAPValidatorSchemaFactory
Once this is done, compile your module. When you restart netbeans, you should be able to validate extensibility elements that can be validated by your schema.