org.deegree_impl.services.wts.protocol
Class WTSGetViewResponse_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceResponse_Impl
      extended byorg.deegree_impl.services.wts.protocol.WTSGetViewResponse_Impl
All Implemented Interfaces:
OGCWebServiceResponse, WTSGetViewResponse

public final class WTSGetViewResponse_Impl
extends OGCWebServiceResponse_Impl
implements WTSGetViewResponse

Version:
$Revision: 1.6 $
Author:
Andreas Poth

Field Summary
private  java.lang.Object view
           
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
 
Constructor Summary
(package private) WTSGetViewResponse_Impl(java.lang.Object view, org.w3c.dom.Document exception, OGCWebServiceRequest request)
          constructor initializing the class with the
 
Method Summary
 java.lang.Object getView()
          returns the view that fullfills the GetView request.
 void setView(java.lang.Object view)
           
 
Methods inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
getException, getRequest, setException, setRequest, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Field Detail

view

private java.lang.Object view
Constructor Detail

WTSGetViewResponse_Impl

WTSGetViewResponse_Impl(java.lang.Object view,
                        org.w3c.dom.Document exception,
                        OGCWebServiceRequest request)
constructor initializing the class with the

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.

Specified by:
getView in interface WTSGetViewResponse

setView

public void setView(java.lang.Object view)
Parameters:
view -