Uses of Interface
org.deegree.enterprise.Proxy

Packages that use Proxy
org.deegree_impl.enterprise   
org.deegree_impl.services.wms.capabilities   
org.deegree.services.wms.capabilities   
 

Uses of Proxy in org.deegree_impl.enterprise
 

Classes in org.deegree_impl.enterprise that implement Proxy
 class Proxy_Impl
          encapsulates proxy informations and offers a method for setting and unsetting the proxy
 

Uses of Proxy in org.deegree_impl.services.wms.capabilities
 

Fields in org.deegree_impl.services.wms.capabilities declared as Proxy
private  Proxy DeegreeParam_Impl.proxy
           
 

Methods in org.deegree_impl.services.wms.capabilities that return Proxy
private  Proxy DeegreeWMSCapabilitiesFactory.createProxy(org.w3c.dom.Element proxyElement)
          creates a Proxy instance from the passed Element encapsulating the proxy address to be used with the WMS
 Proxy DeegreeParam_Impl.getProxy()
          returns the proxy used with the WMS.
 

Constructors in org.deegree_impl.services.wms.capabilities with parameters of type Proxy
DeegreeParam_Impl(int cacheSize, int maxLifeTime, int requestTimeLimit, float mapQuality, java.net.URL defaultOnlineResource, java.lang.String rootDirectory, int maxMapWidth, int maxMapHeight, java.lang.String copyRight, GazetteerParam gazetteer, java.net.URL schemaLocation, java.net.URL dtdLocation, Proxy proxy)
          Creates a new instance of DeegreeParam_Impl
 

Uses of Proxy in org.deegree.services.wms.capabilities
 

Methods in org.deegree.services.wms.capabilities that return Proxy
 Proxy DeegreeParam.getProxy()
          returns the proxy used with the WMS.