org.exoplatform.services.organization.rest.xml
Class UserXMLEntity

java.lang.Object
  extended by org.exoplatform.services.organization.rest.xml.UserXMLEntity
All Implemented Interfaces:
org.exoplatform.services.rest.transformer.SerializableEntity

public class UserXMLEntity
extends java.lang.Object
implements org.exoplatform.services.rest.transformer.SerializableEntity

Build XML document that content information about user (name , username, email and group that user belong to)

Version:
$Id: $
Author:
Vitaly Parfonov

Constructor Summary
UserXMLEntity(org.exoplatform.services.organization.User user)
           
 
Method Summary
 void writeObject(java.io.OutputStream _out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserXMLEntity

public UserXMLEntity(org.exoplatform.services.organization.User user)
Method Detail

writeObject

public void writeObject(java.io.OutputStream _out)
                 throws java.io.IOException
Specified by:
writeObject in interface org.exoplatform.services.rest.transformer.SerializableEntity
Throws:
java.io.IOException


Copyright © 2011 eXo Platform SAS. All Rights Reserved.