org.ros.internal.node.response
Class ProtocolDescriptionResultFactory

java.lang.Object
  extended by org.ros.internal.node.response.ProtocolDescriptionResultFactory
All Implemented Interfaces:
ResultFactory<ProtocolDescription>

public class ProtocolDescriptionResultFactory
extends java.lang.Object
implements ResultFactory<ProtocolDescription>


Constructor Summary
ProtocolDescriptionResultFactory()
           
 
Method Summary
 ProtocolDescription newFromValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolDescriptionResultFactory

public ProtocolDescriptionResultFactory()
Method Detail

newFromValue

public ProtocolDescription newFromValue(java.lang.Object value)
Specified by:
newFromValue in interface ResultFactory<ProtocolDescription>
Returns:
a value to be returned as the result part of a Response