org.deegree_impl.services.wfs.protocol
Class WFSBasicResponse_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceResponse_Impl
      extended byorg.deegree_impl.services.wfs.protocol.WFSBasicResponse_Impl
All Implemented Interfaces:
OGCWebServiceResponse, WFSBasicResponse
Direct Known Subclasses:
WFSDescribeFeatureTypeResponse_Impl, WFSGetCapabilitiesResponse_Impl, WFSGetFeatureResponse_Impl, WFSLockFeatureResponse_Impl, WFSTransactionResponse_Impl

class WFSBasicResponse_Impl
extends OGCWebServiceResponse_Impl
implements WFSBasicResponse

The Interface definies the basic WFS response.

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

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

Field Summary
private  java.util.ArrayList affectedFeatureTypes
           
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
 
Constructor Summary
(package private) WFSBasicResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, java.lang.String[] affectedFeatureTypes)
          constructor initializing the class with the requests
 
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.
 void setAffectedFeatureTypes(java.lang.String[] affectedFeatureTypes)
          sets the
 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

affectedFeatureTypes

private java.util.ArrayList affectedFeatureTypes
Constructor Detail

WFSBasicResponse_Impl

WFSBasicResponse_Impl(OGCWebServiceRequest request,
                      org.w3c.dom.Document exception,
                      java.lang.String[] affectedFeatureTypes)
constructor initializing the class with the requests

Method Detail

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


toString

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