In an ideal, refactored world we would implement our handlers better, and the xml reader could dynamically figure out which handler to pass it to. But we have no time for that now, so we'll just live with this.
@author Chris Holmes @version $Id: DispatcherXmlReader.java 9021 2008-05-28 06:56:03Z jdeolive $ @task REVISIT: This might be better implemented to extend XmlRequestReader,and to actually construct the requests with the DispatcherHandler. This way it could really handle WMS dispatching as well, since it could figure out the service as well as the request. The getRequestType would be complemented by getServiceType, and each would just extract the information from the Request that was made. But right now we don't have much in the way of
|
|