Apache CXF API

org.apache.cxf.jibx
Class JibxNullBindingFactory

java.lang.Object
  extended by org.jibx.runtime.impl.BindingFactoryBase
      extended by org.apache.cxf.jibx.JibxNullBindingFactory
All Implemented Interfaces:
org.jibx.runtime.IBindingFactory

public final class JibxNullBindingFactory
extends org.jibx.runtime.impl.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.


Field Summary
 
Fields inherited from interface org.jibx.runtime.IBindingFactory
ABMAP_ATTRMARMETH_INDEX, ABMAP_ATTRPRESMETH_INDEX, ABMAP_ATTRUMARMETH_INDEX, ABMAP_CLASSNAME_INDEX, ABMAP_COMPLETEMETH_INDEX, ABMAP_CONTMARMETH_INDEX, ABMAP_CONTPRESMETH_INDEX, ABMAP_CONTUMARMETH_INDEX, ABMAP_COUNT, ABMAP_CREATEMETH_INDEX, ABMAP_MAPPINGNAME_INDEX, ABMAP_PREPAREMETH_INDEX, COMPATIBLE_VERSION_MASK, CURRENT_VERSION_NAME, CURRENT_VERSION_NUMBER
 
Method Summary
 String getCompilerDistribution()
           
 int getCompilerVersion()
           
static JibxNullBindingFactory getFactory()
           
 int getTypeIndex(String type)
           
 
Methods inherited from class org.jibx.runtime.impl.BindingFactoryBase
createMarshallingContext, createUnmarshallingContext, getAbstractMappingNamespaces, getAbstractMappings, getBaseBindingFactories, getBaseBindings, getBindingClasses, getBindingName, getClassIndexMap, getElementNames, getElementNamespaces, getHash, getMajorVersion, getMappedClasses, getMarshallerClass, getMarshallerClasses, getMinorVersion, getNamespaces, getNamespaceTranslationTableMap, getPrefixes, getUnmarshallerClass, getUnmarshallerClasses, getUnmarshalMap, loadClass, verifyBaseBindings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCompilerDistribution

public String getCompilerDistribution()

getCompilerVersion

public int getCompilerVersion()

getTypeIndex

public int getTypeIndex(String type)

getFactory

public static JibxNullBindingFactory getFactory()

Apache CXF API

Apache CXF