Interface DCCLocalSchemaValidator
-
- All Superinterfaces:
DCCSchemaValidator
public interface DCCLocalSchemaValidator extends DCCSchemaValidator
Interface that may be implemented to validate a messages' business content XML against a local schema. If an implementation is present, it is called when a message is prepared to be submitted to the domibusConnector, or delivered to the backend using theDomibusConnectorClientMessageHandler
.- Author:
- riederb
-
-
Method Summary
-
Methods inherited from interface eu.domibus.connector.client.schema.validation.DCCSchemaValidator
validateBusinessContentXML
-
-