org.apache.axis2.jibx
Class CodeGenerationUtility
java.lang.Object
org.apache.axis2.jibx.CodeGenerationUtility
- public class CodeGenerationUtility
- extends Object
Framework-linked code used by JiBX data binding support. This is accessed via
reflection from the JiBX code generation extension when JiBX data binding is
selected.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeGenerationUtility
public CodeGenerationUtility()
getBindingMap
public static HashMap getBindingMap(String path)
- Get map from qname to corresponding class name from binding definition.
Only the global <mapping> elements in the binding definition are
included, since these are the only ones accessible from the Axis2
interface.
- Parameters:
path
- binding definition file path
- Returns:
- map from qname to class name