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

Packages that use Protocol.Message
org.apache.avro Avro kernel classes. 
 

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.
 



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