com.eurotech.framework.core.cloud
Class CloudPayloadProtoBufDecoder

java.lang.Object
  extended by com.eurotech.framework.core.cloud.CloudPayloadProtoBufDecoder

public class CloudPayloadProtoBufDecoder
extends Object


Constructor Summary
CloudPayloadProtoBufDecoder(byte[] bytes)
           
 
Method Summary
 EsfPayload buildFromByteArray()
          Factory method to build an EsfPayload instance from a byte array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudPayloadProtoBufDecoder

public CloudPayloadProtoBufDecoder(byte[] bytes)
Method Detail

buildFromByteArray

public EsfPayload buildFromByteArray()
                              throws EsfInvalidMessageException,
                                     IOException
Factory method to build an EsfPayload instance from a byte array.

Parameters:
bytes -
Returns:
Throws:
com.google.protobuf.InvalidProtocolBufferException
IOException
EsfInvalidMessageException


Copyright © 2013. All Rights Reserved.