org.openspml.v2.msg
Interface XMLUnmarshaller

All Known Implementing Classes:
ReflectiveDOMXMLUnmarshaller

public interface XMLUnmarshaller

This will be implemented a Factory that given xml, returns objects of the right type.

The factory will have a generic method that takes the XML and returns the appropriate object.

Author:
kent.spaulding@sun.com

Date: Feb 10, 2006


Field Summary
static java.lang.String code_id
           
 
Method Summary
 Marshallable unmarshall(java.lang.String xml)
           
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Method Detail

unmarshall

public Marshallable unmarshall(java.lang.String xml)
                        throws UnknownSpml2TypeException
Throws:
UnknownSpml2TypeException


Copyright © Sun Microsystems, Inc. All Rights Reserved.