| Fuse ESB Enterprise 7.0 XML Schemas | ||||||
| SUMMARY: ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
http://servicemix.apache.org/validation/1.0)>http://servicemix.apache.org/validation/1.0)
| Nested Element Summary | |||||||||||
| sequence |
|
||||||||||
| Attribute Summary | |
string | endpoint
<p> Get the endpoint implementation. |
string | errorHandlerFactory
Set a custom error handler to deal with validation errors. |
string | handlingErrorMethod
Configure how validation errors should be handled. |
ID | id
|
QName | interfaceName
<p> Get the qualified name of the endpoint interface. |
string | noNamespaceSchemaResource
Set the validation schema to be used when no namespace is specified. |
string | schema
Set the validation schema instance. |
string | schemaLanguage
Set the validation schema language. |
string | schemaResource
Set the validation schema as a Spring Resource. |
string | schemaSource
Set the validation schema as an XML Source. |
QName | service
<p> Get the service qualified name of the endpoint. |
| Attribute Detail |
<p>
Get the endpoint implementation.
</p>
Defined with global type string
Set a custom error handler to deal with validation errors. Defaults to a <code>CountingErrorHandlerFactory</code>.
Defined with global type string
Configure how validation errors should be handled. Default value is <code>FAULT_JBI</code>.
<dl>
<dt><code>FAULT_JBI</code></dt>
<dd>A jbi exception is thrown on validation errors (depending on used MEP)</dd>
<dt><code>FAULT_FLOW</code></dt>
<dd>The validation result will be sent in out / fault message (depending on used MEP)</dd>
</dl>
Defined with global type string
Defined with global type ID
<p>
Get the qualified name of the endpoint interface.
</p>
Defined with global type QName
Set the validation schema to be used when no namespace is specified.
Defined with global type string
Set the validation schema instance.
Defined with global type string
Set the validation schema language. Defaults to <code>http://www.w3.org/2001/XMLSchema</code>
Defined with global type string
Set the validation schema as a Spring Resource.
Defined with global type string
Set the validation schema as an XML Source.
Defined with global type string
<p>
Get the service qualified name of the endpoint.
</p>
Defined with global type QName
| Fuse ESB Enterprise 7.0 XML Schemas | ||||||
| SUMMARY: ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||