Element | Description | Class |
---|---|---|
component | ServiceMix Scripting | org.apache.servicemix.script.ScriptComponent |
exchangeHelper | ServiceMix | org.apache.servicemix.script.ScriptExchangeHelper |
exchangeProcessor | org.apache.servicemix.script.ScriptExchangeProcessorEndpoint |
Element | Type | Description |
---|---|---|
endpoints | (exchangeProcessor)* | |
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 | Type | Description |
---|---|---|
scriptExchangeProcessorEndpoint | exchangeProcessor |
Attribute | Type | Description |
---|---|---|
endpoint | xs:string | The name of the endpoint. |
interfaceName | xs:QName | The qualified name of the interface exposed by the endpoint. |
service | xs:QName | The qualified name of the service the endpoint exposes. |
Element | Type | Description |
---|---|---|
helpers | (<spring:bean/>)* | |
implementation | <spring:bean/> |