|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.processor.interceptor.StreamCaching
public final class StreamCaching
InterceptStrategy
implementation to configure stream caching on a RouteContext
Method Summary | |
---|---|
static void |
disable(RouteContext context)
Disable stream caching for a RouteContext |
static void |
enable(RouteContext context)
Enable stream caching for a RouteContext |
Processor |
wrapProcessorInInterceptors(ProcessorType processorType,
Processor target)
This method is invoked by ProcessorType.wrapProcessor(RouteContext, Processor)
to give the implementor an opportunity to wrap the target processor
in a route. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Processor wrapProcessorInInterceptors(ProcessorType processorType, Processor target) throws Exception
ProcessorType.wrapProcessor(RouteContext, Processor)
to give the implementor an opportunity to wrap the target processor
in a route.
wrapProcessorInInterceptors
in interface InterceptStrategy
processorType
- the object that invokes this methodtarget
- the processor to be wrapped
Exception
- can be thrownpublic static void enable(RouteContext context)
context
- the route contextpublic static void disable(RouteContext context)
context
- the route context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |