org.deegree_impl.services.wfs.protocol
Class WFSBasicResponse_Impl
java.lang.Object
org.deegree_impl.services.OGCWebServiceResponse_Impl
org.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
Constructor Summary |
(package private) |
WFSBasicResponse_Impl(OGCWebServiceRequest request,
org.w3c.dom.Document exception,
java.lang.String[] affectedFeatureTypes)
constructor initializing the class with the requests |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
affectedFeatureTypes
private java.util.ArrayList affectedFeatureTypes
WFSBasicResponse_Impl
WFSBasicResponse_Impl(OGCWebServiceRequest request,
org.w3c.dom.Document exception,
java.lang.String[] affectedFeatureTypes)
- constructor initializing the class with the requests
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: