Package org.apache.camel.component.avro
Class AvroSpecificResponder
- java.lang.Object
-
- org.apache.avro.ipc.Responder
-
- org.apache.avro.ipc.generic.GenericResponder
-
- org.apache.avro.ipc.specific.SpecificResponder
-
- org.apache.camel.component.avro.AvroSpecificResponder
-
public class AvroSpecificResponder extends org.apache.avro.ipc.specific.SpecificResponder
-
-
Constructor Summary
Constructors Constructor Description AvroSpecificResponder(org.apache.avro.Protocol protocol, AvroListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
respond(org.apache.avro.Protocol.Message message, Object request)
-
Methods inherited from class org.apache.avro.ipc.specific.SpecificResponder
getDatumReader, getDatumWriter, getSpecificData, writeError
-
Methods inherited from class org.apache.avro.ipc.generic.GenericResponder
getGenericData, readRequest, writeResponse
-
-
-
-
Constructor Detail
-
AvroSpecificResponder
public AvroSpecificResponder(org.apache.avro.Protocol protocol, AvroListener listener) throws Exception
- Throws:
Exception
-
-