org.xcmis.client.gwt.rest
Interface Unmarshallable

All Known Implementing Classes:
ACLUnmarshaller, AllowableActionsUnmarshaller, ContentStreamUnmarshaller, EntryCollectionUnmarshaller, EntryUnmarshaller, RepositoriesUnmarshaller, RepositoryInfoUnmarshaller, TypeChildrenUnmarshaller, TypeDefinitionUnmarshaller, TypeDescendantsUnmarshaller, TypeListUnmarshaller

public interface Unmarshallable

Created by The eXo Platform SAS .

Version:
$Id: $ Unmarshaller for deserialize received response body

Method Summary
 void unmarshal(String body)
          prepares an object from the incoming string
 

Method Detail

unmarshal

void unmarshal(String body)
               throws UnmarshallerException
prepares an object from the incoming string

Parameters:
body -
Throws:
UnmarshallerException


Copyright © 2010 eXo Platform SAS. All Rights Reserved.