|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.OGCWebService_Impl
org.deegree_impl.services.wcts.WCTService
This is the web coordinate transformation server class within the deegree framework. A WCTService_Impl extends the WCTService interface to act like a OGC web service. This means that a WCTS is callable through the doService-method inherited from OGCWebService.
--------------------------------------------------------------------
Field Summary | |
private HttpServletResponse |
response
|
Fields inherited from class org.deegree_impl.services.OGCWebService_Impl |
capabilities |
Constructor Summary | |
(package private) |
WCTService()
default constructor |
|
WCTService(HttpServletRequest request,
HttpServletResponse response)
constructor |
Method Summary | |
void |
doService(OGCWebServiceEvent request)
implements the doService method inherited from the OGCWebService interface via WCTService. |
OGCWebServiceResponse |
doService(OGCWebServiceRequest request)
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method |
private java.lang.String |
getPostContent(HttpServletRequest request)
returns the content of the http post request without its header |
void |
write(java.lang.Object result)
gets the response (result) and informs the servlet |
Methods inherited from class org.deegree_impl.services.OGCWebService_Impl |
getCapabilities |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private HttpServletResponse response
Constructor Detail |
WCTService()
public WCTService(HttpServletRequest request, HttpServletResponse response)
Method Detail |
private java.lang.String getPostContent(HttpServletRequest request) throws java.lang.Exception
java.lang.Exception
public void doService(OGCWebServiceEvent request) throws WebServiceException
doService
in interface OGCWebService
request
- request (WMS, WCS, WFS, WCAS, WCTS, WTS, Gazetter) to perform
WebServiceException
public OGCWebServiceResponse doService(OGCWebServiceRequest request) throws WebServiceException
doService
in interface OGCWebService
request
- request (WMS, WCS, WFS, WCAS, WCTS, WTS, Gazetter) to perform
WebServiceException
public void write(java.lang.Object result)
write
in interface OGCWebServiceClient
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |