Implemented by the user application to determine URI -> prefix mapping. This is considered as an interface, though it's implemented as an abstract class to make it easy to add new methods in a future.
@author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
Purpose:Provides a means to customise the namespace prefixes used while marshalling An implementation of this class can be set on an instance of XMLMarshaller to allow for each instance of XMLMarshaller to use different namespace prefixes.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.