com.googlecode.mobilityrpc.protocol.processors.impl
Class ExecutionResponseMessageProcessor

java.lang.Object
  extended by com.googlecode.mobilityrpc.protocol.processors.impl.ExecutionResponseMessageProcessor
All Implemented Interfaces:
DeserializedMessageProcessor<ExecutionResponse>

public class ExecutionResponseMessageProcessor
extends Object
implements DeserializedMessageProcessor<ExecutionResponse>

Author:
Niall Gallagher

Constructor Summary
ExecutionResponseMessageProcessor()
           
 
Method Summary
 void process(MobilityControllerInternal mobilityController, ConnectionManager connectionManager, ConnectionId connectionId, ExecutionResponse executionResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionResponseMessageProcessor

public ExecutionResponseMessageProcessor()
Method Detail

process

public void process(MobilityControllerInternal mobilityController,
                    ConnectionManager connectionManager,
                    ConnectionId connectionId,
                    ExecutionResponse executionResponse)
Specified by:
process in interface DeserializedMessageProcessor<ExecutionResponse>


Copyright © 2012. All Rights Reserved.