org.xcmis.client.gwt.unmarshallers
Class AllowableActionsUnmarshaller

java.lang.Object
  extended by org.xcmis.client.gwt.unmarshallers.AllowableActionsUnmarshaller
All Implemented Interfaces:
Unmarshallable

public class AllowableActionsUnmarshaller
extends Object
implements Unmarshallable

Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann Zhuleva

Constructor Summary
AllowableActionsUnmarshaller(AllowableActions allowableActions)
           
 
Method Summary
 void unmarshal(String body)
          prepares an object from the incoming string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllowableActionsUnmarshaller

public AllowableActionsUnmarshaller(AllowableActions allowableActions)
Parameters:
allowableActions - allowable actions
Method Detail

unmarshal

public void unmarshal(String body)
               throws UnmarshallerException
Description copied from interface: Unmarshallable
prepares an object from the incoming string

Specified by:
unmarshal in interface Unmarshallable
Parameters:
body - body
Throws:
UnmarshallerException
See Also:
org.exoplatform.gwtframework.commons.rest.Unmarshallable#unmarshal(java.lang.String)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.