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

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

Uses of SetHeaderDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return types with arguments of type SetHeaderDefinition
 List<SetHeaderDefinition> WireTapDefinition.getHeaders()
           
 

Method parameters in org.apache.camel.model with type arguments of type SetHeaderDefinition
 void WireTapDefinition.setHeaders(List<SetHeaderDefinition> headers)
           
 



Apache Camel