com.googlecode.mobilityrpc.protocol.protobuf
Interface MessageExecutionResponse.ExecutionResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MessageExecutionResponse.ExecutionResponse, MessageExecutionResponse.ExecutionResponse.Builder
Enclosing class:
MessageExecutionResponse

public static interface MessageExecutionResponse.ExecutionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 MessageExecutionResponse.ExecutionResponse.ExecutionOutcome getExecutionOutcome()
           
 ComponentRequestIdentifier.RequestIdentifier getRequestIdentifier()
           
 ComponentRequestIdentifier.RequestIdentifierOrBuilder getRequestIdentifierOrBuilder()
           
 ComponentSerializationFormat.SerializationFormat getSerializationFormat()
           
 com.google.protobuf.ByteString getSerializedReturnObject()
           
 boolean hasExecutionOutcome()
           
 boolean hasRequestIdentifier()
           
 boolean hasSerializationFormat()
           
 boolean hasSerializedReturnObject()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasExecutionOutcome

boolean hasExecutionOutcome()

getExecutionOutcome

MessageExecutionResponse.ExecutionResponse.ExecutionOutcome getExecutionOutcome()

hasSerializedReturnObject

boolean hasSerializedReturnObject()

getSerializedReturnObject

com.google.protobuf.ByteString getSerializedReturnObject()

hasSerializationFormat

boolean hasSerializationFormat()

getSerializationFormat

ComponentSerializationFormat.SerializationFormat getSerializationFormat()

hasRequestIdentifier

boolean hasRequestIdentifier()

getRequestIdentifier

ComponentRequestIdentifier.RequestIdentifier getRequestIdentifier()

getRequestIdentifierOrBuilder

ComponentRequestIdentifier.RequestIdentifierOrBuilder getRequestIdentifierOrBuilder()


Copyright © 2012. All Rights Reserved.