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

Packages that use Protocol.Message
org.apache.avro Avro kernel classes. 
org.apache.avro.compiler.idl   
org.apache.avro.ipc Support for inter-process calls. 
org.apache.avro.ipc.specific   
 

Uses of Protocol.Message in org.apache.avro
 

Methods in org.apache.avro that return Protocol.Message
 Protocol.Message Protocol.createMessage(String name, String doc, Schema request)
          Create a one-way message.
 Protocol.Message Protocol.createMessage(String name, String doc, Schema request, Schema response, Schema errors)
          Create a two-way message.
 

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.compiler.idl
 

Methods in org.apache.avro.compiler.idl that return Protocol.Message
 Protocol.Message Idl.MessageDeclaration(Protocol p)
           
 

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

Methods in org.apache.avro.ipc that return Protocol.Message
 Protocol.Message RPCContext.getMessage()
          Returns the Protocol.Message corresponding to this RPC
 

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.
 void RPCContext.setMessage(Protocol.Message message)
          Sets the Protocol.Message corresponding to this RPC
 

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

Methods in org.apache.avro.ipc.specific with parameters of type Protocol.Message
 Object SpecificResponder.respond(Protocol.Message message, Object request)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.