org.ros.internal.node.response
Class UriResultFactory

java.lang.Object
  extended by org.ros.internal.node.response.UriResultFactory
All Implemented Interfaces:
ResultFactory<java.net.URI>

public class UriResultFactory
extends java.lang.Object
implements ResultFactory<java.net.URI>


Constructor Summary
UriResultFactory()
           
 
Method Summary
 java.net.URI 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

UriResultFactory

public UriResultFactory()
Method Detail

newFromValue

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