|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.OGCWebServiceResponse_Impl
org.deegree_impl.services.wfs.protocol.WFSBasicResponse_Impl
org.deegree_impl.services.wfs.protocol.WFSGetCapabilitiesResponse_Impl
--------------------------------------------------------
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 |
private WFSCapabilities response
Constructor Detail |
WFSGetCapabilitiesResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, WFSCapabilities response)
Method Detail |
public WFSCapabilities getResponse()
getResponse
in interface WFSGetCapabilitiesResponse
public void setResponse(WFSCapabilities response)
public java.lang.String toString()
toString
in class WFSBasicResponse_Impl
public java.lang.String[] getAffectedFeatureTypes()
getAffectedFeatureTypes
in interface WFSBasicResponse
public void addAffectedFeatureTypes(java.lang.String affectedFeatureTypes)
public void setAffectedFeatureTypes(java.lang.String[] affectedFeatureTypes)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |