org.apache.axis2.jibx
Class NullBindingFactory
java.lang.Object
org.apache.axis2.jibx.NullBindingFactory
- All Implemented Interfaces:
- org.jibx.runtime.IBindingFactory
- public class NullBindingFactory
- extends Object
- implements org.jibx.runtime.IBindingFactory
Fields inherited from interface org.jibx.runtime.IBindingFactory |
COMPATIBLE_VERSION_MASK, CURRENT_VERSION_NAME, CURRENT_VERSION_NUMBER |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullBindingFactory
public NullBindingFactory()
createMarshallingContext
public org.jibx.runtime.IMarshallingContext createMarshallingContext()
throws org.jibx.runtime.JiBXException
- Specified by:
createMarshallingContext
in interface org.jibx.runtime.IBindingFactory
- Throws:
org.jibx.runtime.JiBXException
createUnmarshallingContext
public org.jibx.runtime.IUnmarshallingContext createUnmarshallingContext()
throws org.jibx.runtime.JiBXException
- Specified by:
createUnmarshallingContext
in interface org.jibx.runtime.IBindingFactory
- Throws:
org.jibx.runtime.JiBXException
getCompilerDistribution
public String getCompilerDistribution()
- Specified by:
getCompilerDistribution
in interface org.jibx.runtime.IBindingFactory
getCompilerVersion
public int getCompilerVersion()
- Specified by:
getCompilerVersion
in interface org.jibx.runtime.IBindingFactory
getElementNames
public String[] getElementNames()
- Specified by:
getElementNames
in interface org.jibx.runtime.IBindingFactory
getElementNamespaces
public String[] getElementNamespaces()
- Specified by:
getElementNamespaces
in interface org.jibx.runtime.IBindingFactory
getMappedClasses
public String[] getMappedClasses()
- Specified by:
getMappedClasses
in interface org.jibx.runtime.IBindingFactory
getNamespaces
public String[] getNamespaces()
- Specified by:
getNamespaces
in interface org.jibx.runtime.IBindingFactory
getPrefixes
public String[] getPrefixes()
- Specified by:
getPrefixes
in interface org.jibx.runtime.IBindingFactory
getTypeIndex
public int getTypeIndex(String type)
- Specified by:
getTypeIndex
in interface org.jibx.runtime.IBindingFactory