org.deegree_impl.services.gazetteer.protocol
Class WFSGGetCapabilitiesResponse_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceResponse_Impl
      extended byorg.deegree_impl.services.gazetteer.protocol.WFSGGetCapabilitiesResponse_Impl
All Implemented Interfaces:
OGCWebServiceResponse, WFSGGetCapabilitiesResponse

class WFSGGetCapabilitiesResponse_Impl
extends OGCWebServiceResponse_Impl
implements WFSGGetCapabilitiesResponse

--------------------------------------------------------

Version:
$Revision: 1.4 $ $Date: 2004/03/12 15:56:48 $
Author:
Andreas Poth

Field Summary
private  WFSGCapabilities response
           
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
 
Constructor Summary
(package private) WFSGGetCapabilitiesResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, WFSGCapabilities response)
          constructor
 
Method Summary
 WFSGCapabilities getResponse()
          returns the capabilities
 void setResponse(WFSGCapabilities response)
          sets the capabilities
 java.lang.String toString()
           
 
Methods inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
getException, getRequest, setException, setRequest
 
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

response

private WFSGCapabilities response
Constructor Detail

WFSGGetCapabilitiesResponse_Impl

WFSGGetCapabilitiesResponse_Impl(OGCWebServiceRequest request,
                                 org.w3c.dom.Document exception,
                                 WFSGCapabilities response)
constructor

Method Detail

getResponse

public WFSGCapabilities getResponse()
returns the capabilities

Specified by:
getResponse in interface WFSGGetCapabilitiesResponse

setResponse

public void setResponse(WFSGCapabilities response)
sets the capabilities


toString

public java.lang.String toString()
Overrides:
toString in class OGCWebServiceResponse_Impl
Returns: