protobuf_unittest
Class UnittestProto.BarResponse

java.lang.Object
  extended by org.apache.activemq.protobuf.BaseMessage<T>
      extended by protobuf_unittest.UnittestProto.BarResponse
All Implemented Interfaces:
Message<UnittestProto.BarResponse>
Enclosing class:
UnittestProto

public static final class UnittestProto.BarResponse
extends BaseMessage<T>


Field Summary
 
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
 
Constructor Summary
UnittestProto.BarResponse()
           
 
Method Summary
 void clear()
           
 UnittestProto.BarResponse clone()
           
 boolean equals(Object obj)
           
 boolean equals(UnittestProto.BarResponse obj)
           
 int hashCode()
           
 UnittestProto.BarResponse mergeFrom(UnittestProto.BarResponse other)
           
 UnittestProto.BarResponse mergeUnframed(CodedInputStream input)
           
 ArrayList<String> missingFields()
           
static UnittestProto.BarResponse parseFramed(Buffer data)
           
static UnittestProto.BarResponse parseFramed(byte[] data)
           
static UnittestProto.BarResponse parseFramed(CodedInputStream data)
           
static UnittestProto.BarResponse parseFramed(InputStream data)
           
static UnittestProto.BarResponse parseUnframed(Buffer data)
           
static UnittestProto.BarResponse parseUnframed(byte[] data)
           
static UnittestProto.BarResponse parseUnframed(CodedInputStream data)
           
static UnittestProto.BarResponse parseUnframed(InputStream data)
           
 int serializedSizeUnframed()
           
 String toString()
           
 StringBuilder toString(StringBuilder sb, String prefix)
           
 void writeUnframed(CodedOutputStream output)
           
 
Methods inherited from class org.apache.activemq.protobuf.BaseMessage
addAll, assertInitialized, checktInitialized, computeGroupSize, computeMessageSize, isInitialized, load, loadAndClear, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, prefix, readGroup, readRawByte, readRawVarint32, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeGroup, writeMessage, writeUnframed
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnittestProto.BarResponse

public UnittestProto.BarResponse()
Method Detail

missingFields

public ArrayList<String> missingFields()
Overrides:
missingFields in class BaseMessage<UnittestProto.BarResponse>

clear

public void clear()
Specified by:
clear in interface Message<UnittestProto.BarResponse>
Overrides:
clear in class BaseMessage<UnittestProto.BarResponse>

clone

public UnittestProto.BarResponse clone()
Specified by:
clone in interface Message<UnittestProto.BarResponse>
Specified by:
clone in class BaseMessage<UnittestProto.BarResponse>

mergeFrom

public UnittestProto.BarResponse mergeFrom(UnittestProto.BarResponse other)
Specified by:
mergeFrom in interface Message<UnittestProto.BarResponse>
Overrides:
mergeFrom in class BaseMessage<UnittestProto.BarResponse>

serializedSizeUnframed

public int serializedSizeUnframed()

mergeUnframed

public UnittestProto.BarResponse mergeUnframed(CodedInputStream input)
                                        throws IOException
Throws:
IOException

writeUnframed

public void writeUnframed(CodedOutputStream output)
                   throws IOException
Specified by:
writeUnframed in interface Message<UnittestProto.BarResponse>
Overrides:
writeUnframed in class BaseMessage<UnittestProto.BarResponse>
Throws:
IOException

parseUnframed

public static UnittestProto.BarResponse parseUnframed(CodedInputStream data)
                                               throws InvalidProtocolBufferException,
                                                      IOException
Throws:
InvalidProtocolBufferException
IOException

parseUnframed

public static UnittestProto.BarResponse parseUnframed(Buffer data)
                                               throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseUnframed

public static UnittestProto.BarResponse parseUnframed(byte[] data)
                                               throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseUnframed

public static UnittestProto.BarResponse parseUnframed(InputStream data)
                                               throws InvalidProtocolBufferException,
                                                      IOException
Throws:
InvalidProtocolBufferException
IOException

parseFramed

public static UnittestProto.BarResponse parseFramed(CodedInputStream data)
                                             throws InvalidProtocolBufferException,
                                                    IOException
Throws:
InvalidProtocolBufferException
IOException

parseFramed

public static UnittestProto.BarResponse parseFramed(Buffer data)
                                             throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseFramed

public static UnittestProto.BarResponse parseFramed(byte[] data)
                                             throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseFramed

public static UnittestProto.BarResponse parseFramed(InputStream data)
                                             throws InvalidProtocolBufferException,
                                                    IOException
Throws:
InvalidProtocolBufferException
IOException

toString

public String toString()
Overrides:
toString in class Object

toString

public StringBuilder toString(StringBuilder sb,
                              String prefix)

equals

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

equals

public boolean equals(UnittestProto.BarResponse obj)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009 FuseSource. All Rights Reserved.