org.apache.avro
Class Protocol.Message

java.lang.Object
  extended by org.apache.avro.Protocol.Message
Enclosing class:
Protocol

public class Protocol.Message
extends Object

A protocol message.


Method Summary
 boolean equals(Object o)
           
 String getDoc()
           
 Schema getErrors()
          Errors that might be thrown.
 String getName()
          The name of this message.
 Schema getRequest()
          The parameters of this message.
 Schema getResponse()
          The returned data.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
The name of this message.


getRequest

public Schema getRequest()
The parameters of this message.


getResponse

public Schema getResponse()
The returned data.


getErrors

public Schema getErrors()
Errors that might be thrown.


toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getDoc

public String getDoc()


Copyright © 2010 The Apache Software Foundation