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

All Known Implementing Classes:
DSMLMarshallableCreator
Enclosing interface:
ObjectFactory

public static interface ObjectFactory.MarshallableCreator

You can register objects to create wrappers for the unmarshalling.


Method Summary
 Marshallable createMarshallable(java.lang.String nameAndPrefix, java.lang.String uri)
           
 

Method Detail

createMarshallable

public Marshallable createMarshallable(java.lang.String nameAndPrefix,
                                       java.lang.String uri)
                                throws Spml2Exception
Throws:
Spml2Exception


Copyright © Sun Microsystems, Inc. All Rights Reserved.