org.apache.activemq.protobuf
Class DeferredUnmarshal.Bar

java.lang.Object
  extended by org.apache.activemq.protobuf.BaseMessage<T>
      extended by org.apache.activemq.protobuf.DeferredDecodeMessage<T>
          extended by org.apache.activemq.protobuf.DeferredUnmarshal.Bar
All Implemented Interfaces:
Message<DeferredUnmarshal.Bar>
Enclosing class:
DeferredUnmarshal

public static final class DeferredUnmarshal.Bar
extends DeferredDecodeMessage<T>


Field Summary
 
Fields inherited from class org.apache.activemq.protobuf.DeferredDecodeMessage
decoded, encodedForm
 
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
 
Constructor Summary
DeferredUnmarshal.Bar()
           
 
Method Summary
 void clear()
           
 void clearField1()
           
 void clearField2()
           
 void clearField3()
           
 DeferredUnmarshal.Bar clone()
           
 boolean equals(DeferredUnmarshal.Bar obj)
           
 boolean equals(Object obj)
           
 int getField1()
           
 long getField2()
           
 DeferredUnmarshal.Foo getField3()
           
 boolean hasField1()
           
 boolean hasField2()
           
 boolean hasField3()
           
 int hashCode()
           
 DeferredUnmarshal.Bar mergeFrom(DeferredUnmarshal.Bar other)
           
 DeferredUnmarshal.Bar mergeUnframed(CodedInputStream input)
           
 ArrayList<String> missingFields()
           
static DeferredUnmarshal.Bar parseFramed(Buffer data)
           
static DeferredUnmarshal.Bar parseFramed(byte[] data)
           
static DeferredUnmarshal.Bar parseFramed(CodedInputStream data)
           
static DeferredUnmarshal.Bar parseFramed(InputStream data)
           
static DeferredUnmarshal.Bar parseUnframed(Buffer data)
           
static DeferredUnmarshal.Bar parseUnframed(byte[] data)
           
static DeferredUnmarshal.Bar parseUnframed(CodedInputStream data)
           
static DeferredUnmarshal.Bar parseUnframed(InputStream data)
           
 int serializedSizeUnframed()
           
 T setField1(int field1)
           
 T setField2(long field2)
           
 T setField3(DeferredUnmarshal.Foo field3)
           
 String toString()
           
 StringBuilder toString(StringBuilder sb, String prefix)
           
 void writeUnframed(CodedOutputStream output)
           
 
Methods inherited from class org.apache.activemq.protobuf.DeferredDecodeMessage
isDecoded, isEncoded, load, loadAndClear, mergeFramed, mergeUnframed, toUnframedBuffer
 
Methods inherited from class org.apache.activemq.protobuf.BaseMessage
addAll, assertInitialized, checktInitialized, computeGroupSize, computeMessageSize, isInitialized, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, prefix, readGroup, readRawByte, readRawVarint32, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedByteArray, writeFramed, writeFramed, writeGroup, writeMessage, writeUnframed
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeferredUnmarshal.Bar

public DeferredUnmarshal.Bar()
Method Detail

missingFields

public ArrayList<String> missingFields()
Overrides:
missingFields in class BaseMessage<DeferredUnmarshal.Bar>

clear

public void clear()
Specified by:
clear in interface Message<DeferredUnmarshal.Bar>
Overrides:
clear in class DeferredDecodeMessage<DeferredUnmarshal.Bar>

clone

public DeferredUnmarshal.Bar clone()
Specified by:
clone in interface Message<DeferredUnmarshal.Bar>
Specified by:
clone in class BaseMessage<DeferredUnmarshal.Bar>

mergeFrom

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

serializedSizeUnframed

public int serializedSizeUnframed()

mergeUnframed

public DeferredUnmarshal.Bar mergeUnframed(CodedInputStream input)
                                    throws IOException
Throws:
IOException

writeUnframed

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

parseUnframed

public static DeferredUnmarshal.Bar parseUnframed(CodedInputStream data)
                                           throws InvalidProtocolBufferException,
                                                  IOException
Throws:
InvalidProtocolBufferException
IOException

parseUnframed

public static DeferredUnmarshal.Bar parseUnframed(Buffer data)
                                           throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseUnframed

public static DeferredUnmarshal.Bar parseUnframed(byte[] data)
                                           throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseUnframed

public static DeferredUnmarshal.Bar parseUnframed(InputStream data)
                                           throws InvalidProtocolBufferException,
                                                  IOException
Throws:
InvalidProtocolBufferException
IOException

parseFramed

public static DeferredUnmarshal.Bar parseFramed(CodedInputStream data)
                                         throws InvalidProtocolBufferException,
                                                IOException
Throws:
InvalidProtocolBufferException
IOException

parseFramed

public static DeferredUnmarshal.Bar parseFramed(Buffer data)
                                         throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseFramed

public static DeferredUnmarshal.Bar parseFramed(byte[] data)
                                         throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseFramed

public static DeferredUnmarshal.Bar 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(DeferredUnmarshal.Bar obj)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

hasField3

public boolean hasField3()

getField3

public DeferredUnmarshal.Foo getField3()

setField3

public T setField3(DeferredUnmarshal.Foo field3)

clearField3

public void clearField3()

hasField1

public boolean hasField1()

getField1

public int getField1()

setField1

public T setField1(int field1)

clearField1

public void clearField1()

hasField2

public boolean hasField2()

getField2

public long getField2()

setField2

public T setField2(long field2)

clearField2

public void clearField2()


Copyright © 2009 FuseSource. All Rights Reserved.