Package org.geotools.data.wfs.internal
Class DescribeStoredQueriesResponse
- Object
-
- Response
-
- WFSResponse
-
- DescribeStoredQueriesResponse
-
public class DescribeStoredQueriesResponse extends WFSResponse
-
-
Field Summary
-
Fields inherited from class Response
httpResponse
-
-
Constructor Summary
Constructors Constructor Description DescribeStoredQueriesResponse(WFSRequest originatingRequest, HTTPResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<StoredQueryDescriptionType>
getStoredQueryDescriptions()
-
Methods inherited from class WFSResponse
getCharacterEncoding, getContentType, getOriginatingRequest, getQueryType, getRemoteTypeName, setQueryType, setRemoteTypeName, toString
-
Methods inherited from class Response
dispose, getInputStream, parseException
-
-
-
-
Constructor Detail
-
DescribeStoredQueriesResponse
public DescribeStoredQueriesResponse(WFSRequest originatingRequest, HTTPResponse response) throws IOException, ServiceException
- Throws:
IOException
ServiceException
-
-
Method Detail
-
getStoredQueryDescriptions
public List<StoredQueryDescriptionType> getStoredQueryDescriptions()
-
-