Element | Description | Class |
---|---|---|
component | Bean Component | org.apache.servicemix.bean.BeanComponent |
defaultMethodInvocationStrategy | The default strategy for invoking methods on POJOs from a JBI message exchange | org.apache.servicemix.bean.support.DefaultMethodInvocationStrategy |
endpoint | Represents a bean endpoint which consists of a together with a {@link MethodInvocationStrategy} so that JBI message exchanges can be invoked on the bean. | org.apache.servicemix.bean.BeanEndpoint |
Element | Type | Description |
---|---|---|
applicationContext | <spring:bean/> | |
endpoints | (endpoint)* | |
searchPackages | (<spring:bean/>)* |
Attribute | Type | Description |
---|---|---|
beanClassName | xs:string | |
beanName | xs:string | |
beanType | xs:string | |
correlationExpression | xs:string | |
endpoint | xs:string | |
interfaceName | xs:QName | |
service | xs:QName |
Element | Type | Description |
---|---|---|
applicationContext | <spring:bean/> | |
bean | <spring:bean/> | |
beanInfo | <spring:bean/> | |
component | component | |
definition | <spring:bean/> | |
description | <spring:bean/> | |
methodInvocationStrategy | defaultMethodInvocationStrategy | |
serviceEndpoint | <spring:bean/> | |
serviceUnit | <spring:bean/> |