org.apache.cxf.jibx
Class JibxNullBindingFactory
java.lang.Object
  
BindingFactoryBase
      
org.apache.cxf.jibx.JibxNullBindingFactory
public final class JibxNullBindingFactory
- extends BindingFactoryBase
 
Dummy binding factory for conversion of simple value conversion which do not require a real JiBX binding.
 This code was take from Axis2 JiBX code generation tool.
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getCompilerDistribution
public String getCompilerDistribution()
 
getCompilerVersion
public int getCompilerVersion()
 
getTypeIndex
public int getTypeIndex(String type)
 
getFactory
public static JibxNullBindingFactory getFactory()
 
Apache CXF