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 java.lang.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 java.lang.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 java.lang.String[] getElementNames()
- Specified by:
getElementNames
in interface org.jibx.runtime.IBindingFactory
getElementNamespaces
public java.lang.String[] getElementNamespaces()
- Specified by:
getElementNamespaces
in interface org.jibx.runtime.IBindingFactory
getMappedClasses
public java.lang.String[] getMappedClasses()
- Specified by:
getMappedClasses
in interface org.jibx.runtime.IBindingFactory
getNamespaces
public java.lang.String[] getNamespaces()
- Specified by:
getNamespaces
in interface org.jibx.runtime.IBindingFactory
getPrefixes
public java.lang.String[] getPrefixes()
- Specified by:
getPrefixes
in interface org.jibx.runtime.IBindingFactory
getTypeIndex
public int getTypeIndex(java.lang.String type)
- Specified by:
getTypeIndex
in interface org.jibx.runtime.IBindingFactory
Copyright © 2007 Apache Web Services Project. All Rights Reserved.