org.opengis.webservice
Interface WebServiceResponse

Show UML class diagram

Deprecated. Legacy code of deegree 1.x.

public interface WebServiceResponse

This is the base interface for all responses to OGC Web Services (OWS) requests. Each class that capsulates a response within an OWS has to implement this interface.


Method Summary
 WebServiceException getException()
          Deprecated. Returns an XML encoding of the exception that raised.
 WebServiceRequest getRequest()
          Deprecated. Returns the request that causes the response.
 

Method Detail

getRequest

WebServiceRequest getRequest()
Deprecated. 
Returns the request that causes the response.


getException

WebServiceException getException()
Deprecated. 
Returns an XML encoding of the exception that raised. If no exception raised null will be returned.



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