|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the base interface for all OGC conform web services that are part of the deegree frame work. I just defines one method for notifying a service that it should perform its work.
The event object submitted to doService shall contain informations about the calling class and the request the should be performed by the service.
--------------------------------------------------------------------
Method Summary | |
void |
doService(OGCWebServiceEvent request)
the implementation of this method performs the handling of the passed OGCWebServiceEvent in an new own Thread. |
OGCWebServiceResponse |
doService(OGCWebServiceRequest request)
the implementation of this method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/ method |
OGCWebServiceCapabilities |
getCapabilities()
|
Method Detail |
public void doService(OGCWebServiceEvent request) throws WebServiceException
request
- request (WMS, WCS, WFS, WCAS, WCTS, WTS, Gazetter) to perform
WebServiceException
public OGCWebServiceResponse doService(OGCWebServiceRequest request) throws WebServiceException
request
- request (WMS, WCS, WFS, WCAS, WCTS, WTS, Gazetter) to perform
WebServiceException
public OGCWebServiceCapabilities getCapabilities()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |