Class SyndFeedResponseDeserializer
- java.lang.Object
- 
- org.eclipse.ecf.remoteservice.rest.synd.SyndFeedResponseDeserializer
 
- 
- All Implemented Interfaces:
- IRemoteResponseDeserializer
 
 public class SyndFeedResponseDeserializer extends Object implements IRemoteResponseDeserializer 
- 
- 
Constructor SummaryConstructors Constructor Description SyndFeedResponseDeserializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectdeserializeResponse(String endpoint, IRemoteCall call, IRemoteCallable callable, Map responseHeaders, byte[] responseBody)Deserialize remote response.
 
- 
- 
- 
Method Detail- 
deserializeResponsepublic Object deserializeResponse(String endpoint, IRemoteCall call, IRemoteCallable callable, Map responseHeaders, byte[] responseBody) throws NotSerializableException Description copied from interface:IRemoteResponseDeserializerDeserialize remote response.- Specified by:
- deserializeResponsein interface- IRemoteResponseDeserializer
- Parameters:
- endpoint- the endpoint. Should not be- null.
- call- the call associated with the parameter to serialize. Will not be- null.
- callable- the callable associated with the parameter to serialize. Will not be- null.
- responseHeaders- response headers associated with the successful remote call. May be- null.
- responseBody- the actual response body to deserialize. May be- null.
- Returns:
- Object the deserialized response.  May be null.
- Throws:
- NotSerializableException- thrown if the responseBody cannot be deserialized.
 
 
- 
 
-