Apache Camel

http://activemq.apache.org/camel/schema/spring
complexType beanRef

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://activemq.apache.org/camel/schema/spring}processorType (restriction)
|
+--{http://activemq.apache.org/camel/schema/spring}outputType (extension)
|
+--{http://activemq.apache.org/camel/schema/spring}beanRef (extension)

Properties
This component is not nillable.

Model
<...
  inheritErrorHandler = xs:boolean
  method = xs:string
  ref = xs:string>
(interceptors*, (aggregator | bean | catch | choice | when | otherwise | delayer | filter | finally | idempotentConsumer | multicast | policy | process | recipientList | resequencer | route | splitter | throttler | to | try)* )
</...>


Nested Element Summary
 aggregator
          
 bean
          
 catch
          
 choice
          
 delayer
          
 filter
          
 finally
          
 idempotentConsumer
          
tns:interceptorRefinterceptors
          
 multicast
          
 otherwise
          
 policy
          
 process
          
 recipientList
          
 resequencer
          
 route
          
 splitter
          
 throttler
          
 to
          
 try
          
 when
          

Attribute Summary
 xs:booleaninheritErrorHandler
          
 xs:stringmethod
          
 xs:stringref
          

Attribute Detail

inheritErrorHandler

Type:
xs:boolean
Use:
optional
Form:
unqualified

method

Type:
xs:string
Use:
optional
Form:
unqualified

ref

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:complexType name="beanRef">
<xs:complexContent>
<xs:extension base="tns:outputType">
<xs:sequence/>
<xs:attribute name="ref" type="xs:string" use="required"/>
<xs:attribute name="method" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>

Apache Camel

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.