Class WFSResponse

Object
Response
WFSResponse
Direct Known Subclasses:
ComplexGetFeatureResponse, DescribeFeatureTypeResponse, DescribeStoredQueriesResponse, GetFeatureResponse, ListStoredQueriesResponse, TransactionResponseImpl, TransactionResponseImpl

public class WFSResponse extends Response
A handle to a WFS response that contains the input stream to the actual contents and some well known response information derived from the HTTP response headers.
Since:
2.6
Author:
Gabriel Roldan (OpenGeo)
  • Constructor Details

  • Method Details

    • getCharacterEncoding

      public Charset getCharacterEncoding()
      Returns the character encoding if set by the server as an http header, if unknown assumes UTF-8
      Returns:
      the character set for the response if set, or null
    • getContentType

      public String getContentType()
      Returns the WFS response declared content type
      Overrides:
      getContentType in class Response
      Returns:
      the content type of the response
    • getOriginatingRequest

      public WFSRequest getOriginatingRequest()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getQueryType

      public SimpleFeatureType getQueryType()
    • setQueryType

      public void setQueryType(SimpleFeatureType queryType)
    • getRemoteTypeName

      public QName getRemoteTypeName()
    • setRemoteTypeName

      public void setRemoteTypeName(QName remoteName)