org.apache.axis2.jibx
Class CodeGenerationUtility

java.lang.Object
  extended byorg.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.


Constructor Summary
CodeGenerationUtility()
           
 
Method Summary
static HashMap getBindingMap(String path)
          Get map from qname to corresponding class name from binding definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeGenerationUtility

public CodeGenerationUtility()
Method Detail

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