org.gcube.contentmanagement.contentmanager.stubs.calls.iterators
Class GDocResultParser

java.lang.Object
  extended by org.gcube.contentmanagement.contentmanager.stubs.calls.iterators.GDocResultParser
All Implemented Interfaces:
ResultParser<GDoc>

public class GDocResultParser
extends java.lang.Object
implements ResultParser<GDoc>

A ResultParser for GDoc results.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
GDocResultParser()
           
 
Method Summary
 GDoc parse(java.lang.String payload)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDocResultParser

public GDocResultParser()
Method Detail

parse

public GDoc parse(java.lang.String payload)
           throws java.lang.Exception

Specified by:
parse in interface ResultParser<GDoc>
Throws:
java.lang.Exception