org.apache.archiva.rest.api.services
Interface NetworkProxyService

All Known Implementing Classes:
DefaultNetworkProxyService

public interface NetworkProxyService

Since:
1.4-M1
Author:
Olivier Lamy

Method Summary
 void addNetworkProxy(NetworkProxy networkProxy)
           
 Boolean deleteNetworkProxy(String networkProxyId)
           
 List<NetworkProxy> getNetworkProxies()
           
 NetworkProxy getNetworkProxy(String networkProxyId)
           
 void updateNetworkProxy(NetworkProxy networkProxy)
           
 

Method Detail

getNetworkProxies

List<NetworkProxy> getNetworkProxies()
                                     throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

getNetworkProxy

NetworkProxy getNetworkProxy(String networkProxyId)
                             throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

addNetworkProxy

void addNetworkProxy(NetworkProxy networkProxy)
                     throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

updateNetworkProxy

void updateNetworkProxy(NetworkProxy networkProxy)
                        throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException

deleteNetworkProxy

Boolean deleteNetworkProxy(String networkProxyId)
                           throws ArchivaRestServiceException
Throws:
ArchivaRestServiceException


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