Package org.apache.camel.component.avro
Class AvroSpecificRequestor
- java.lang.Object
-
- org.apache.avro.ipc.Requestor
-
- org.apache.avro.ipc.specific.SpecificRequestor
-
- org.apache.camel.component.avro.AvroSpecificRequestor
-
- All Implemented Interfaces:
InvocationHandler
public class AvroSpecificRequestor extends org.apache.avro.ipc.specific.SpecificRequestor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.avro.ipc.Requestor
org.apache.avro.ipc.Requestor.TransceiverCallback<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description AvroSpecificRequestor(org.apache.avro.Protocol protocol, org.apache.avro.ipc.Transceiver transceiver)
-
Method Summary
-
Methods inherited from class org.apache.avro.ipc.specific.SpecificRequestor
getClient, getClient, getClient, getDatumReader, getDatumReader, getDatumWriter, getRemote, getSpecificData, invoke, readError, readResponse, writeRequest
-
-
-
-
Constructor Detail
-
AvroSpecificRequestor
public AvroSpecificRequestor(org.apache.avro.Protocol protocol, org.apache.avro.ipc.Transceiver transceiver) throws IOException
- Throws:
IOException
-
-