Uses of Package
org.apache.camel.spi

Packages that use org.apache.camel.spi
org.apache.camel The core Camel API 
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.impl.converter Default implementation classes the Type Conversion Strategies 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
org.apache.camel.util Utility classes used by the core of Camel and useful for Camel component developers 
 

Classes in org.apache.camel.spi used by org.apache.camel
ExchangeConverter
          This converter is capable of converting from an exchange to another type
Injector
          A pluggable strategy for creating and possibly dependency injecting objects which could be implemented using straight forward reflection or using Spring or Guice to perform dependency injection.
 

Classes in org.apache.camel.spi used by org.apache.camel.builder
Policy
          A strategy capable of applying interceptors to a processor
 

Classes in org.apache.camel.spi used by org.apache.camel.impl
ComponentResolver
          Represents a resolver of components from a URI to be able to auto-load them using some discovery mechanism like DefaultComponentResolver
ExceptionHandler
          A Strategy pattern for handling exceptions; particularly in asynchronous processes such as consumers
ExchangeConverter
          This converter is capable of converting from an exchange to another type
Injector
          A pluggable strategy for creating and possibly dependency injecting objects which could be implemented using straight forward reflection or using Spring or Guice to perform dependency injection.
Policy
          A strategy capable of applying interceptors to a processor
 

Classes in org.apache.camel.spi used by org.apache.camel.impl.converter
Injector
          A pluggable strategy for creating and possibly dependency injecting objects which could be implemented using straight forward reflection or using Spring or Guice to perform dependency injection.
 

Classes in org.apache.camel.spi used by org.apache.camel.processor
ExceptionHandler
          A Strategy pattern for handling exceptions; particularly in asynchronous processes such as consumers
 

Classes in org.apache.camel.spi used by org.apache.camel.spi
Marshaller
           
Unmarshaller
           
 

Classes in org.apache.camel.spi used by org.apache.camel.util
Injector
          A pluggable strategy for creating and possibly dependency injecting objects which could be implemented using straight forward reflection or using Spring or Guice to perform dependency injection.
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.