org.opengis.webservice
Interface WebService

Show UML class diagram
All Known Subinterfaces:
WebFeatureService

public interface WebService


Method Summary
 void doService(WebServiceEvent event)
          Deprecated. The WebServiceEvent class is marked as deprecated.
 Object doService(WebServiceRequest request)
          Performs the handling of the passed WebServiceEvent directly and returns the result to the calling class/method
 Capabilities getCapabilities()
          Returns the capabilities of a web service
 

Method Detail

getCapabilities

Capabilities getCapabilities()
Returns the capabilities of a web service


doService

Object doService(WebServiceRequest request)
                 throws WebServiceException
Performs the handling of the passed WebServiceEvent directly and returns the result to the calling class/method

Parameters:
request - request (WMS, WCS, WFS, CSW, WFS-G) to perform
Throws:
WebServiceException

doService

void doService(WebServiceEvent event)
               throws WebServiceException
Deprecated. The WebServiceEvent class is marked as deprecated.

Performs the handling of the passed WebServiceEvent in an new own Thread. The receiver of the response to the request must implement the WebServiceClient interface.

Parameters:
event - event containing request (WMS, WCS, WFS, CSW, WFS-G) to perform
Throws:
WebServiceException


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