| Package | Description |
|---|---|
| org.jibx.runtime | |
| org.jibx.runtime.impl |
| Modifier and Type | Method and Description |
|---|---|
static IBindingFactory |
BindingDirectory.getFactory(Class clas)
Get instance of binding factory.
|
static IBindingFactory |
BindingDirectory.getFactory(String name,
Class clas)
Get instance of binding factory.
|
static IBindingFactory |
BindingDirectory.getFactory(String name,
Class clas,
ClassLoader loader)
Get instance of binding factory.
|
static IBindingFactory |
BindingDirectory.getFactory(String bname,
String pack)
Get instance of binding factory.
|
static IBindingFactory |
BindingDirectory.getFactory(String bname,
String pack,
ClassLoader loader)
Get instance of binding factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BindingFactoryBase
Base class for generated binding factories.
|
| Modifier and Type | Method and Description |
|---|---|
IBindingFactory |
UnmarshallingContext.getFactory()
Return the binding factory used to create this unmarshaller.
|
IBindingFactory |
MarshallingContext.getFactory()
Return the binding factory used to create this unmarshaller.
|
| Constructor and 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.
|
Copyright © 2005-2014 jibx.org. All Rights Reserved.