org.apache.archiva.rest.services
Class DefaultPingService

java.lang.Object
  extended by org.apache.archiva.rest.services.DefaultPingService
All Implemented Interfaces:
org.apache.archiva.rest.api.services.PingService

@Service(value="pingService#rest")
public class DefaultPingService
extends Object
implements org.apache.archiva.rest.api.services.PingService

Since:
1.4-M1
Author:
Olivier Lamy

Constructor Summary
DefaultPingService()
           
 
Method Summary
 String ping()
           
 String pingWithAuthz()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPingService

public DefaultPingService()
Method Detail

ping

public String ping()
Specified by:
ping in interface org.apache.archiva.rest.api.services.PingService

pingWithAuthz

public String pingWithAuthz()
Specified by:
pingWithAuthz in interface org.apache.archiva.rest.api.services.PingService


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.