Uses of Class
org.apache.camel.component.avro.AvroConfiguration

Packages that use AvroConfiguration
org.apache.camel.component.avro   
 

Uses of AvroConfiguration in org.apache.camel.component.avro
 

Methods in org.apache.camel.component.avro that return AvroConfiguration
 AvroConfiguration AvroConfiguration.copy()
           
 AvroConfiguration AvroComponent.getConfiguration()
           
 AvroConfiguration AvroEndpoint.getConfiguration()
           
 

Methods in org.apache.camel.component.avro with parameters of type AvroConfiguration
 void AvroComponent.setConfiguration(AvroConfiguration configuration)
           
 

Constructors in org.apache.camel.component.avro with parameters of type AvroConfiguration
AvroEndpoint(String endpointUri, org.apache.camel.Component component, AvroConfiguration configuration)
          Constructs a fully-initialized DefaultEndpoint instance.
AvroHttpEndpoint(String endpointUri, org.apache.camel.Component component, AvroConfiguration configuration)
          Constructs a fully-initialized DefaultEndpoint instance.
AvroNettyEndpoint(String endpointUri, org.apache.camel.Component component, AvroConfiguration configuration)
          Constructs a fully-initialized DefaultEndpoint instance.
 



Apache Camel