org.opengis.webservice
Interface WebServiceClient

Show UML class diagram

Deprecated. Legacy code of deegree 1.x.

public interface WebServiceClient

This is the base interface clients to OGC Web Services within the deegree framework. It may be specialized defining additional write-methods.


Method Summary
 void write(Object result)
          Deprecated. Returns the result of a request by calling the write-method.
 

Method Detail

write

void write(Object result)
Deprecated. 
Returns the result of a request by calling the write-method. It is suggested that the submitted object shall be an instance of WebServiceEvent. But it don't have to be.



Copyright © 1994-2013 Open Geospatial Consortium. All Rights Reserved.