Package org.apache.camel.component.avro
Class AvroReflectRequestor
java.lang.Object
org.apache.avro.ipc.Requestor
org.apache.avro.ipc.specific.SpecificRequestor
org.apache.avro.ipc.reflect.ReflectRequestor
org.apache.camel.component.avro.AvroReflectRequestor
- All Implemented Interfaces:
InvocationHandler
public class AvroReflectRequestor
extends org.apache.avro.ipc.reflect.ReflectRequestor
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.avro.ipc.Requestor
org.apache.avro.ipc.Requestor.TransceiverCallback<T> -
Field Summary
Fields inherited from class org.apache.avro.ipc.Requestor
rpcMetaPlugins -
Constructor Summary
ConstructorsConstructorDescriptionAvroReflectRequestor(Class<?> iface, org.apache.avro.ipc.Transceiver transceiver) AvroReflectRequestor(org.apache.avro.Protocol protocol, org.apache.avro.ipc.Transceiver transceiver) -
Method Summary
Methods inherited from class org.apache.avro.ipc.reflect.ReflectRequestor
getClient, getClient, getClient, getDatumReader, getDatumWriter, getReflectDataMethods inherited from class org.apache.avro.ipc.specific.SpecificRequestor
getClient, getClient, getDatumReader, getRemote, getSpecificData, invoke, readError, readResponse, writeRequestMethods inherited from class org.apache.avro.ipc.Requestor
addRPCPlugin, getLocal, getRemote, getTransceiver, readError, readResponse, request, request
-
Constructor Details
-
AvroReflectRequestor
public AvroReflectRequestor(Class<?> iface, org.apache.avro.ipc.Transceiver transceiver) throws IOException - Throws:
IOException
-
AvroReflectRequestor
public AvroReflectRequestor(org.apache.avro.Protocol protocol, org.apache.avro.ipc.Transceiver transceiver) throws IOException - Throws:
IOException
-