Uses of Interface
org.jibx.runtime.IBindingFactory
-
Packages that use IBindingFactory Package Description org.jibx.runtime org.jibx.runtime.impl -
-
Uses of IBindingFactory in org.jibx.runtime
Methods in org.jibx.runtime that return IBindingFactory Modifier and Type Method Description static IBindingFactoryBindingDirectory. getFactory(Class clas)Get instance of binding factory.static IBindingFactoryBindingDirectory. getFactory(String name, Class clas)Get instance of binding factory.static IBindingFactoryBindingDirectory. getFactory(String name, Class clas, ClassLoader loader)Get instance of binding factory.static IBindingFactoryBindingDirectory. getFactory(String bname, String pack)Get instance of binding factory.static IBindingFactoryBindingDirectory. getFactory(String bname, String pack, ClassLoader loader)Get instance of binding factory. -
Uses of IBindingFactory in org.jibx.runtime.impl
Classes in org.jibx.runtime.impl that implement IBindingFactory Modifier and Type Class Description classBindingFactoryBaseBase class for generated binding factories.Methods in org.jibx.runtime.impl that return IBindingFactory Modifier and Type Method Description IBindingFactoryMarshallingContext. getFactory()Return the binding factory used to create this unmarshaller.IBindingFactoryUnmarshallingContext. getFactory()Return the binding factory used to create this unmarshaller.Constructors in org.jibx.runtime.impl with parameters of type IBindingFactory Constructor Description MarshallingContext(String[] classes, String[] mcs, String[] uris, IBindingFactory ifact)Constructor.UnmarshallingContext(int nmap, String[] umcs, String[] nss, String[] names, String[] idcs, IBindingFactory ifact)Constructor.
-