org.apache.camel.util.component
Interface PropertiesInterceptor

All Known Implementing Classes:
AbstractApiConsumer, AbstractApiEndpoint, AbstractApiProducer

public interface PropertiesInterceptor

Intercepts Property values used to invoke API Method.


Method Summary
 void interceptProperties(Map<String,Object> properties)
          Intercept method invocation arguments used to find and invoke API method.
 

Method Detail

interceptProperties

void interceptProperties(Map<String,Object> properties)
Intercept method invocation arguments used to find and invoke API method. Can be overridden to add custom/hidden method arguments.

Parameters:
properties - method invocation arguments.


Apache Camel