| Element | Description | Class |
|---|---|---|
| component | Exec Component | org.apache.servicemix.exec.ExecComponent |
| endpoint | Represents an exec endpoint. | org.apache.servicemix.exec.ExecEndpoint |
| Element | Type | Description |
|---|---|---|
| endpoints | (endpoint)* | Get the component endpoints |
| executor | <spring:bean/> | |
| executorFactory | <spring:bean/> |
| Attribute | Type | Description |
|---|---|---|
| command | xs:string | This attribute specifies the default command to use if no is provided in the incoming message. The default value isnull. |
| endpoint | xs:string | |
| interfaceName | xs:QName | |
| service | xs:QName | |
| wsdl | xs:string | This attribute specifies the abstract WSDL describing the endpoint behavior. |
| Element | Type | Description |
|---|---|---|
| definition | <spring:bean/> | |
| description | <spring:bean/> | |
| marshaler | <spring:bean/> |
With this method you can specify a marshaler class which provides the
logic for converting a message into a execution command. This class has
to implement the interface class |
| serviceUnit | <spring:bean/> |