Uses of Class
org.apache.avro.reflect.ReflectRequestor

Packages that use ReflectRequestor
org.apache.avro.reflect Use Java reflection to generate schemas and protocols for existing classes. 
org.apache.avro.specific Generate specific Java classes for schemas and protocols. 
 

Uses of ReflectRequestor in org.apache.avro.reflect
 

Methods in org.apache.avro.reflect with parameters of type ReflectRequestor
static Object ReflectRequestor.getClient(Class<?> iface, ReflectRequestor rreq)
          Create a proxy instance whose methods invoke RPCs.
 

Uses of ReflectRequestor in org.apache.avro.specific
 

Subclasses of ReflectRequestor in org.apache.avro.specific
 class SpecificRequestor
          Requestor for generated interfaces.
 



Copyright © 2009 The Apache Software Foundation