org.deegree.services.wms.protocol
Interface WMSGetLegendGraphicResponse

All Superinterfaces:
OGCWebServiceResponse
All Known Implementing Classes:
WMSGetLegendGraphicResponse_Impl

public interface WMSGetLegendGraphicResponse
extends OGCWebServiceResponse

Version:
$Revision: 1.2 $
Author:
$author$

Method Summary
 java.lang.Object getLegendGraphic()
          returns the graphic that corresponds to a GetLegendGraphics request.
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Method Detail

getLegendGraphic

public java.lang.Object getLegendGraphic()
returns the graphic that corresponds to a GetLegendGraphics request. If an exception raised during processing or the request was invalid null will be returned.