org.deegree_impl.services.wcts
Class DescribeTransformationHandler

java.lang.Object
  extended byorg.deegree_impl.services.wcts.DescribeTransformationHandler
All Implemented Interfaces:
java.util.EventListener, Handler

class DescribeTransformationHandler
extends java.lang.Object
implements Handler

This class handles the (optional in the WCTS) DescribeTransformation-Request. It returns the response with the information about the transformation.

--------------------------------------------------------------------

Version:
2002-07-31
Author:
Andreas Poth

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

DescribeTransformationHandler()
Method Detail

handleRequest

public void handleRequest(OGCWebServiceEvent request)
handles a request against an OGC web service

Specified by:
handleRequest in interface Handler

handleResponse

public void handleResponse(OGCWebServiceEvent response)
handles the response of an OGC web service

Specified by:
handleResponse in interface Handler

isInterested

public boolean isInterested(OGCWebServiceEvent event)
returns true if the handler is interested in a event

Specified by:
isInterested in interface Handler

registerHandler

public void registerHandler(Handler handler)
registers a Handler so this Handler is able to act as a proxy to the registered handler

Specified by:
registerHandler in interface Handler

removeHandler

public void removeHandler(Handler handler)
Specified by:
removeHandler in interface Handler
See Also:
registerHandler(Handler)