org.sonar.api.web
Interface Webservice

All Superinterfaces:
Extension, ServerComponent, ServerExtension
All Known Subinterfaces:
RubyRailsWebservice

Deprecated. in 4.2. Replaced by org.sonar.api.web.ws.WebService

@Deprecated
public interface Webservice
extends ServerExtension

Interface to create a web service extension point

Since:
1.11

Method Summary
 String getId()
          Deprecated.  
 

Method Detail

getId

String getId()
Deprecated. 
Returns:
The id of the web service


Copyright © 2009–2014 SonarSource. All rights reserved.