Uses of Class
org.apache.avro.Protocol.Message

Packages that use Protocol.Message
org.apache.avro Avro kernel classes. 
org.apache.avro.ipc Support for inter-process calls. 
org.apache.avro.reflect Use Java reflection to generate schemas and protocols for existing classes. 
 

Uses of Protocol.Message in org.apache.avro
 

Methods in org.apache.avro that return Protocol.Message
 Protocol.Message Protocol.createMessage(String name, Schema request, Schema response, Schema errors)
           
 

Methods in org.apache.avro that return types with arguments of type Protocol.Message
 Map<String,Protocol.Message> Protocol.getMessages()
          The messages of this protocol.
 

Uses of Protocol.Message in org.apache.avro.ipc
 

Methods in org.apache.avro.ipc with parameters of type Protocol.Message
abstract  Object Responder.respond(Protocol.Message message, Object request)
          Computes the response for a message.
 

Uses of Protocol.Message in org.apache.avro.reflect
 

Methods in org.apache.avro.reflect with parameters of type Protocol.Message
 Object ReflectResponder.respond(Protocol.Message message, Object request)
           
 



Copyright © 2009 The Apache Software Foundation