|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InterceptorType | |
|---|---|
| org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
| org.apache.camel.processor.interceptor | Helper classes for interceptors. |
| Uses of InterceptorType in org.apache.camel.model |
|---|
| Subclasses of InterceptorType in org.apache.camel.model | |
|---|---|
class |
HandleFaultType
Represents an XML <handleFault/> element |
class |
InterceptorRef
Base class for interceptor types. |
| Methods in org.apache.camel.model that return types with arguments of type InterceptorType | |
|---|---|
List<InterceptorType> |
RouteType.getInterceptors()
|
List<InterceptorType> |
RoutesType.getInterceptors()
|
| Methods in org.apache.camel.model with parameters of type InterceptorType | |
|---|---|
void |
RouteType.addInterceptor(InterceptorType interceptor)
|
void |
ProcessorType.addInterceptor(InterceptorType interceptor)
Deprecated. will be removed in Camel 2.0 |
void |
ProcessorType.intercept(InterceptorType interceptor)
Deprecated. will be removed in Camel 2.0 |
| Method parameters in org.apache.camel.model with type arguments of type InterceptorType | |
|---|---|
void |
RouteType.setInterceptors(List<InterceptorType> interceptors)
|
void |
RoutesType.setInterceptors(List<InterceptorType> interceptors)
|
| Uses of InterceptorType in org.apache.camel.processor.interceptor |
|---|
| Method parameters in org.apache.camel.processor.interceptor with type arguments of type InterceptorType | |
|---|---|
static void |
StreamCachingInterceptor.noStreamCaching(List<InterceptorType> interceptors)
Remove the StreamCachingInterceptor type of interceptor from the given list of interceptors |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||