Class DefaultServiceServer<T,S>

java.lang.Object
org.ros.internal.node.service.DefaultServiceServer<T,S>
All Implemented Interfaces:
ServiceServer<T,S>

public class DefaultServiceServer<T,S> extends Object implements ServiceServer<T,S>
Default implementation of a ServiceServer.
Author:
damonkohler@google.com (Damon Kohler)