
rvicemix.servicemix-validation.2013.01.source-code.servicemix-validation.xsd.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of servicemix-validation Show documentation
Show all versions of servicemix-validation Show documentation
The ServiceMix Validation component provides schema validation of documents using JAXP 1.3 and XMLSchema or RelaxNG.
The newest version!
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
Get the endpoint implementation.
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
Get the qualified name of the endpoint interface.
schemaLanguage xs:string Set the validation schema language. Defaults to http://www.w3.org/2001/XMLSchema
service xs:QName
Get the service qualified name of the endpoint.
Element Type Description
errorHandlerFactory <spring:bean/> Set a custom error handler to deal with validation errors. Defaults to a CountingErrorHandlerFactory
.
noNamespaceSchemaResource <spring:bean/> Set the validation schema to be used when no namespace is specified.
schema <spring:bean/> Set the validation schema instance.
schemaResource <spring:bean/> Set the validation schema as a Spring Resource.
schemaSource <spring:bean/> Set the validation schema as an XML Source.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy