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