Class WFSResponse

    • Method Detail

      • 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
      • getRemoteTypeName

        public QName getRemoteTypeName()
      • setRemoteTypeName

        public void setRemoteTypeName​(QName remoteName)