rvicemix.servicemix-validation.2011.01.source-code.servicemix-validation.xsd.html Maven / Gradle / Ivy
Schema for namespace: http://servicemix.apache.org/validation/1.0
Element Summary
Element Description Class
component Validation org.apache.servicemix.validation.ValidationComponent
endpoint org.apache.servicemix.validation.ValidationEndpoint
Element Detail
Element: component
Element Type Description
endpoints (endpoint)*
executorFactory <spring:bean/> The executor factory to use to create the executor.
If none is provided, one will be retrieved from the JBI container when the component
is deployed into ServiceMix 3.x, or a default implementation will be used.
Element: endpoint
Attribute Type Description
endpoint xs:string The name of the endpoint.
handlingErrorMethod xs:string Configure how validation errors should be handled. Default value is FAULT_JBI.
FAULT_JBI
- A jbi exception is thrown on validation errors (depending on used MEP)
FAULT_FLOW
- The validation result will be sent in out / fault message (depending on used MEP)
interfaceName xs:QName The qualified name of the interface exposed by the endpoint.
noNamespaceSchemaResource xs:string Set the validation schema to be used when no namespace is specified.
schemaLanguage xs:string Set the validation schema language. Defaults to http://www.w3.org/2001/XMLSchema
schemaResource xs:string Set the validation schema as a Spring Resource.
service xs:QName The qualified name of the service the endpoint exposes.
Element Type Description
errorHandlerFactory <spring:bean/> Set a custom error handler to deal with validation errors. Defaults to a CountingErrorHandlerFactory.
schema <spring:bean/> Set the validation schema instance.
schemaSource <spring:bean/> Set the validation schema as an XML Source.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy