Gestiada / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Support error parsers #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the feature or sample requested?

Add support for error parsers directly in the Client Library. Currently, error 
parsers need to be set up like this:

   XmlHttpParser errorParser = new XmlHttpParser();
   errorParser.contentType = "application/vnd.google.gdata.error+xml";
   errorParser.namespaceDictionary = errorNamespaceDictionary;
   transport.addParser(errorParser);

Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6 on Windows)?

All.

External references, such as a standards document, or specification?

Please provide any additional information below.

Original issue reported on code.google.com by yan...@google.com on 13 Sep 2010 at 4:20

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 8 Jan 2011 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 8 Jan 2011 at 9:35

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 11 May 2011 at 5:05

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 23 May 2011 at 7:35

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/4539080/

Original comment by yan...@google.com on 24 May 2011 at 1:15

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 24 May 2011 at 1:55