public class NoOpResponseParser extends ResponseParser
Constructor and Description |
---|
NoOpResponseParser() |
NoOpResponseParser(String writerType) |
Modifier and Type | Method and Description |
---|---|
String |
getWriterType() |
NamedList<Object> |
processResponse(InputStream body,
String encoding) |
NamedList<Object> |
processResponse(Reader reader) |
void |
setWriterType(String writerType) |
getContentType, getVersion
public NoOpResponseParser()
public NoOpResponseParser(String writerType)
public String getWriterType()
getWriterType
in class ResponseParser
public void setWriterType(String writerType)
public NamedList<Object> processResponse(Reader reader)
processResponse
in class ResponseParser
public NamedList<Object> processResponse(InputStream body, String encoding)
processResponse
in class ResponseParser
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.