|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wcts.DescribeTransformationHandler
This class handles the (optional in the WCTS) DescribeTransformation-Request. It returns the response with the information about the transformation.
--------------------------------------------------------------------
Constructor Summary | |
(package private) |
DescribeTransformationHandler()
|
Method Summary | |
void |
handleRequest(OGCWebServiceEvent request)
handles a request against an OGC web service |
void |
handleResponse(OGCWebServiceEvent response)
handles the response of an OGC web service |
boolean |
isInterested(OGCWebServiceEvent event)
returns true if the handler is interested in a event |
void |
registerHandler(Handler handler)
registers a Handler so this Handler is able to act as a proxy to the registered handler |
void |
removeHandler(Handler handler)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
DescribeTransformationHandler()
Method Detail |
public void handleRequest(OGCWebServiceEvent request)
handleRequest
in interface Handler
public void handleResponse(OGCWebServiceEvent response)
handleResponse
in interface Handler
public boolean isInterested(OGCWebServiceEvent event)
isInterested
in interface Handler
public void registerHandler(Handler handler)
registerHandler
in interface Handler
public void removeHandler(Handler handler)
removeHandler
in interface Handler
registerHandler(Handler)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |