org.deegree_impl.services.wfs.protocol
Class WFSGetCapabilitiesResponse_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceResponse_Impl
      extended byorg.deegree_impl.services.wfs.protocol.WFSBasicResponse_Impl
          extended byorg.deegree_impl.services.wfs.protocol.WFSGetCapabilitiesResponse_Impl
All Implemented Interfaces:
OGCWebServiceResponse, WFSBasicResponse, WFSGetCapabilitiesResponse

class WFSGetCapabilitiesResponse_Impl
extends WFSBasicResponse_Impl
implements WFSGetCapabilitiesResponse

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

Version:
$Revision: 1.4 $ $Date: 2004/03/12 15:56:49 $
Author:
Andreas Poth Katharina Lupp

Field Summary
private  WFSCapabilities response
           
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
 
Constructor Summary
(package private) WFSGetCapabilitiesResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, WFSCapabilities response)
          constructor
 
Method Summary
 void addAffectedFeatureTypes(java.lang.String affectedFeatureTypes)
          adds the
 java.lang.String[] getAffectedFeatureTypes()
          returns a list of feature type names that has been affected by the response.
 WFSCapabilities getResponse()
          returns the capabilities
 void setAffectedFeatureTypes(java.lang.String[] affectedFeatureTypes)
          sets the
 void setResponse(WFSCapabilities 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.wfs.protocol.WFSBasicResponse
getAffectedFeatureTypes
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Field Detail

response

private WFSCapabilities response
Constructor Detail

WFSGetCapabilitiesResponse_Impl

WFSGetCapabilitiesResponse_Impl(OGCWebServiceRequest request,
                                org.w3c.dom.Document exception,
                                WFSCapabilities response)
constructor

Method Detail

getResponse

public WFSCapabilities getResponse()
returns the capabilities

Specified by:
getResponse in interface WFSGetCapabilitiesResponse

setResponse

public void setResponse(WFSCapabilities response)
sets the capabilities


toString

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

getAffectedFeatureTypes

public java.lang.String[] getAffectedFeatureTypes()
returns a list of feature type names that has been affected by the response.

Specified by:
getAffectedFeatureTypes in interface WFSBasicResponse

addAffectedFeatureTypes

public void addAffectedFeatureTypes(java.lang.String affectedFeatureTypes)
adds the


setAffectedFeatureTypes

public void setAffectedFeatureTypes(java.lang.String[] affectedFeatureTypes)
sets the