org.openspml.v2.util.xml
Interface ObjectFactory.OCEUnmarshaller

All Known Implementing Classes:
DSMLUnmarshaller
Enclosing interface:
ObjectFactory

public static interface ObjectFactory.OCEUnmarshaller

Implement these to adapt the OpenContentElement stuff to the toolkit. If you write an unmarshaller that does DOM - it's likely the Object in the method is a Node...


Method Summary
 OpenContentElement unmarshall(java.lang.Object obj)
          Unmarshall the obj, or return null if you do not handle objects of this type.
 

Method Detail

unmarshall

public OpenContentElement unmarshall(java.lang.Object obj)
                              throws Spml2Exception
Unmarshall the obj, or return null if you do not handle objects of this type.

Parameters:
obj -
Returns:
make an Object from the xmlRep obj
Throws:
Spml2Exception


Copyright © Sun Microsystems, Inc. All Rights Reserved.