Apache CXF API

org.apache.cxf.jibx
Class JibxNullBindingFactory

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


Method Summary
 String getCompilerDistribution()
           
 int getCompilerVersion()
           
static JibxNullBindingFactory getFactory()
           
 int getTypeIndex(String type)
           
 
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