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. |