Uses of Class
javax.jcr.InvalidSerializedDataException

Packages that use InvalidSerializedDataException
com.jeceira.session   
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology (JCR). 
 

Uses of InvalidSerializedDataException in com.jeceira.session
 

Methods in com.jeceira.session that throw InvalidSerializedDataException
 void SessionImpl.importXML(java.lang.String parentAbsPath, java.io.InputStream in, int uuidBehavior)
           
 void TransientWorkspace.importXML(java.lang.String parentAbsPath, java.io.InputStream in, int uuidBehavior)
           
 

Uses of InvalidSerializedDataException in javax.jcr
 

Methods in javax.jcr that throw InvalidSerializedDataException
 void Workspace.importXML(java.lang.String parentAbsPath, java.io.InputStream in, int uuidBehavior)
          Deserializes an XML document and adds the resulting item subtree as a child of the node at parentAbsPath.
 void Session.importXML(java.lang.String parentAbsPath, java.io.InputStream in, int uuidBehavior)
          Deserializes an XML document and adds the resulting item subtree as a child of the node at parentAbsPath.
 



Copyright © 2005 Aparzev Software Ltd. All Rights Reserved.