Uses of Class
org.apache.camel.model.OutputDefinition

Packages that use OutputDefinition
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of OutputDefinition in org.apache.camel.model
 

Subclasses of OutputDefinition in org.apache.camel.model
 class AOPDefinition
          Deprecated. will be removed in the future
 class BeanDefinition
          Represents an XML <bean/> element
 class FinallyDefinition
          Represents an XML <finally/> element
 class InterceptDefinition
          Represents an XML <intercept/> element
 class InterceptFromDefinition
          Represents an XML <interceptFrom/> element
 class InterceptSendToEndpointDefinition
          Represents an XML <interceptToEndpoint/> element
 class MarshalDefinition
          Marshals to a binary payload using the given DataFormatDefinition
 class MulticastDefinition
          Represents an XML <multicast/> element
 class OtherwiseDefinition
          Represents an XML <otherwise/> element
 class PipelineDefinition
          Represents an XML <pipeline/> element which can be used to define an explicit pipeline; or to define a specific pipeline within a <multicast> block
 class PolicyDefinition
          Represents an XML <policy/> element
 class SamplingDefinition
          Represents an XML <sample/> element
 class ThreadsDefinition
          Represents an XML <threads/> element
 class ThrottleDefinition
          Represents an XML <throttle/> element
 class TransactedDefinition
          Represents an XML <transacted/> element
 class TryDefinition
          Represents an XML <try/> element
 class UnmarshalDefinition
          Unmarshals the binary payload using the given DataFormatDefinition
 



Apache CAMEL