org.deegree.services.wts.protocol
Interface WTSGetViewResponse

All Superinterfaces:
OGCWebServiceResponse
All Known Implementing Classes:
WTSGetViewResponse_Impl

public interface WTSGetViewResponse
extends OGCWebServiceResponse

Version:
$Revision: 1.3 $
Author:
$author$

Method Summary
 java.lang.Object getView()
          returns the view that fullfills the GetView request.
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Method Detail

getView

public java.lang.Object getView()
returns the view that fullfills the GetView request. If a exception raised generating the view and the exception format doesn't equals application/vnd.ogc.se_inimage or application/vnd.ogc.se_blank null will be returned.