Package org.ros.internal.node.response

Provides internal classes for representing RPC results.

See:
          Description

Interface Summary
ResultFactory<T>  
 

Class Summary
BooleanResultFactory  
IntegerResultFactory  
ObjectResultFactory  
ProtocolDescriptionResultFactory  
Response<T> The response from an XML-RPC call.
StringListResultFactory  
StringResultFactory  
SystemStateResultFactory A ResultFactory to take an object and turn it into a SystemState instance.
TopicListResultFactory A ResultFactory to take an object and turn it into a list of TopicDeclaration instances.
TopicTypeListResultFactory A ResultFactory to take an object and turn it into a list of TopicType instances.
UriListResultFactory A ResultFactory to take an object and turn it into a list of URLIs.
UriResultFactory  
VoidResultFactory  
 

Enum Summary
StatusCode  
 

Package org.ros.internal.node.response Description

Provides internal classes for representing RPC results.

These classes should _not_ be used directly outside of the org.ros package.