gov.nasa.worldwind.applications.gio.csw
Class StringResponseParser
java.lang.Object
gov.nasa.worldwind.applications.gio.csw.StringResponseParser
- All Implemented Interfaces:
- ResponseParser
public class StringResponseParser
- extends Object
- implements ResponseParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringResponseParser
public StringResponseParser()
doParseResponse
protected void doParseResponse(InputStream is)
throws Exception
- Throws:
Exception
getString
public String getString()
parseResponse
public void parseResponse(InputStream is)
throws Exception
- Specified by:
parseResponse
in interface ResponseParser
- Throws:
Exception