public class ResponseParserFactory extends Object
Modifier and Type | Field and Description |
---|---|
private static RestJSONResponseParser |
jsonParser |
private static RestXMLResponseParser |
xmlParser |
Constructor and Description |
---|
ResponseParserFactory() |
Modifier and Type | Method and Description |
---|---|
static RestResponseParser |
getRestParser(ResponseContentType contentType) |
private static RestXMLResponseParser xmlParser
private static RestJSONResponseParser jsonParser
public static RestResponseParser getRestParser(ResponseContentType contentType)
Copyright © 2013. All Rights Reserved.