Package com.axemble.vdoc.sdk.interfaces
Interface IDirectoryTransformer
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- PortalDirectoryTransformer
Allows to transform directory elements to and from XML documents.
- Since:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionvoiduserToXML(IUser user, OutputStream outputStream) Tranforms aIUserto an XML stream.xmlToUser(InputStream inputStream) Loads aIUserobject from an XML stream.
- 
Method Details- 
userToXMLTranforms aIUserto an XML stream.- Parameters:
- user- The- IUserobject to transform.
- outputStream- The- OutputStreamobject to write the stream to.
- Throws:
- IOException
 
- 
xmlToUserLoads aIUserobject from an XML stream.- Parameters:
- inputStream- The- InputStreamobject to read the stream from.
- Returns:
- a IUserobject.
- Throws:
- IOException
 
 
-