| Attribute | Type | Description |
|---|
| copyAttachments | xs:boolean | Copy attachments into the resulting normalized message. Defaults to true. |
| copyProperties | xs:boolean | Copy properties into the resulting normalized message. Defaults to true. |
| copySubject | xs:boolean | Copy the security subject into the resulting normalized message. Defaults to true. |
| endpoint | xs:string | The name of the endpoint. |
| expression | xs:string | Expression to dynamically determine the stylesheet to use for processing the exchange. |
| faultResource | xs:string | Spring Resource for the XSL-T stylesheet or XQuery file to use for transforming the 'fault' message. |
| interfaceName | xs:QName | The qualified name of the interface exposed by the endpoint. |
| outResource | xs:string | Spring Resource for the XSL-T stylesheet or XQuery file to use for transforming the 'out' message. |
| reload | xs:boolean | Sets whether the endpoint should reload the resource each time it is used.
A value of true will ensure that the resource is not cached which
can be useful if the resource is updated regularly and is stored outside of
the service unit. |
| resource | xs:string | Spring Resource for the XSL-T stylesheet or XQuery file to use. |
| result | xs:string | The output result type, possible values are dom, bytes, string. Defaults to dom. |
| service | xs:QName | The qualified name of the service the endpoint exposes. |
| useDomSourceForXslt | xs:boolean | Convert the XSL-T stylesheet Sources into a DOMSource. Defaults to true. |
| wsdlResource | xs:string | Resource referring to the WSDL resource that defines this endpoint. |
| Element | Type | Description |
|---|
| configuration | <spring:bean/> | Additional configuration for the Saxon XSL-T/XQuery processor. |
| parameters | <spring:bean/> | Add parameter names and values that are available during XSL/XQuery processing. |
| sourceTransformer | <spring:bean/> | Set a SourceTransformer instance to use for handling XML conversions. |
| store | <spring:bean/> | Configure a custom Store implementation to store correlation information. Usually, a store factory is configured instead of a store.
Defaults to {@link org.apache.servicemix.store.memory.MemoryStore}. |
| storeFactory | <spring:bean/> | Configure a custom StoreFactory implementation to store correlation information. Defaults to {@link org.apache.servicemix.store.memory.MemoryStoreFactory}. |
| target | exchange-target | Set the target endpoint that is being proxied by the xslt:proxy endpoint. |
| transformerFactory | <spring:bean/> | Set a transform factory, e.g. for injecting a custom transformer configuration or implementation. |
| useDomSourceForContent | <spring:bean/> | Convert the message body Source into a DOMSource. Defaults to false. |
| Attribute | Type | Description |
|---|
| copyAttachments | xs:boolean | Copy attachments into the resulting normalized message. Defaults to true. |
| copyProperties | xs:boolean | Copy properties into the resulting normalized message. Defaults to true. |
| copySubject | xs:boolean | Copy the security subject into the resulting normalized message. Defaults to true. |
| endpoint | xs:string | The name of the endpoint. |
| expression | xs:string | Expression to dynamically determine the stylesheet to use for processing the exchange. |
| interfaceName | xs:QName | The qualified name of the interface exposed by the endpoint. |
| query | xs:string | Configure the XQuery expression to evaluate. |
| reload | xs:boolean | Sets whether the endpoint should reload the resource each time it is used.
A value of true will ensure that the resource is not cached which
can be useful if the resource is updated regularly and is stored outside of
the service unit. |
| resource | xs:string | Spring Resource for the XSL-T stylesheet or XQuery file to use. |
| result | xs:string | The output result type, possible values are dom, bytes, string. Defaults to dom. |
| service | xs:QName | The qualified name of the service the endpoint exposes. |
| wsdlResource | xs:string | Resource referring to the WSDL resource that defines this endpoint. |
| Attribute | Type | Description |
|---|
| copyAttachments | xs:boolean | Copy attachments into the resulting normalized message. Defaults to true. |
| copyProperties | xs:boolean | Copy properties into the resulting normalized message. Defaults to true. |
| copySubject | xs:boolean | Copy the security subject into the resulting normalized message. Defaults to true. |
| endpoint | xs:string | The name of the endpoint. |
| expression | xs:string | Expression to dynamically determine the stylesheet to use for processing the exchange. |
| interfaceName | xs:QName | The qualified name of the interface exposed by the endpoint. |
| reload | xs:boolean | Sets whether the endpoint should reload the resource each time it is used.
A value of true will ensure that the resource is not cached which
can be useful if the resource is updated regularly and is stored outside of
the service unit. |
| resource | xs:string | Spring Resource for the XSL-T stylesheet or XQuery file to use. |
| result | xs:string | The output result type, possible values are dom, bytes, string. Defaults to dom. |
| service | xs:QName | The qualified name of the service the endpoint exposes. |
| useDomSourceForXslt | xs:boolean | Convert the XSL-T stylesheet Source into a DOMSource. Defaults to true. |
| wsdlResource | xs:string | Resource referring to the WSDL resource that defines this endpoint. |