Uses of Interface
org.opengis.webservice.WebServiceRequest

Packages that use WebServiceRequest
org.opengis.webservice   
org.opengis.webservice.capability   
org.opengis.webservice.feature   
 

Uses of WebServiceRequest in org.opengis.webservice
 

Methods in org.opengis.webservice that return WebServiceRequest
 WebServiceRequest WebServiceEvent.getRequest()
          Deprecated. If the event is a REQUEST type the method returns the request transported by the event. otherwise null will be returned.
 WebServiceRequest WebServiceResponse.getRequest()
          Deprecated. Returns the request that causes the response.
 

Methods in org.opengis.webservice with parameters of type WebServiceRequest
 Object WebService.doService(WebServiceRequest request)
          Performs the handling of the passed WebServiceEvent directly and returns the result to the calling class/method
 

Constructors in org.opengis.webservice with parameters of type WebServiceRequest
WebServiceEvent(WebService source, WebServiceRequest request, String message)
          Deprecated. Creates a new WebServiceEvent object.
WebServiceEvent(WebService source, WebServiceRequest request, String message, WebServiceClient client)
          Deprecated. Creates a new WebServiceEvent object.
 

Uses of WebServiceRequest in org.opengis.webservice.capability
 

Subinterfaces of WebServiceRequest in org.opengis.webservice.capability
 interface GetCapabilities
          Each OGC Web CapabilitiesService must describe its capabilities.
 

Uses of WebServiceRequest in org.opengis.webservice.feature
 

Methods in org.opengis.webservice.feature with parameters of type WebServiceRequest
 void WebFeatureService.handleRequest(WebServiceRequest request)
          Handles a request against an OGC web service.
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.