NASA World Wind

gov.nasa.worldwind.applications.gio.csw
Class StringResponseParser

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.csw.StringResponseParser
All Implemented Interfaces:
ResponseParser

public class StringResponseParser
extends Object
implements ResponseParser


Constructor Summary
StringResponseParser()
           
 
Method Summary
protected  void doParseResponse(InputStream is)
           
 String getString()
           
 void parseResponse(InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringResponseParser

public StringResponseParser()
Method Detail

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

NASA World Wind