org.apache.camel.component.avro
Class AvroRequestor

java.lang.Object
  extended by org.apache.avro.ipc.Requestor
      extended by org.apache.avro.ipc.specific.SpecificRequestor
          extended by org.apache.camel.component.avro.AvroRequestor
All Implemented Interfaces:
InvocationHandler

public class AvroRequestor
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>
 
Field Summary
 
Fields inherited from class org.apache.avro.ipc.Requestor
rpcMetaPlugins
 
Constructor Summary
AvroRequestor(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, invoke, readError, readResponse, writeRequest
 
Methods inherited from class org.apache.avro.ipc.Requestor
addRPCPlugin, getLocal, getRemote, getTransceiver, readError, readResponse, request, request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvroRequestor

public AvroRequestor(org.apache.avro.Protocol protocol,
                     org.apache.avro.ipc.Transceiver transceiver)
              throws IOException
Throws:
IOException


Apache Camel