Uses of Class
org.eclipse.ecf.remoteservice.rest.RestServiceRegistration

Packages that use RestServiceRegistration
org.eclipse.ecf.remoteservice.rest   
 

Uses of RestServiceRegistration in org.eclipse.ecf.remoteservice.rest
 

Methods in org.eclipse.ecf.remoteservice.rest that return RestServiceRegistration
 RestServiceRegistration RestContainer.registerRestService(java.lang.String[] clazzes, java.lang.Object service, java.util.Map restCalls, java.util.Dictionary properties)
          Registers a POJO object as a REST service.
 

Constructors in org.eclipse.ecf.remoteservice.rest with parameters of type RestServiceRegistration
RestServiceReference(RestServiceRegistration restServiceRegistration)