| Package | Description |
|---|---|
| org.jibx.runtime | |
| org.jibx.runtime.impl |
| Modifier and Type | Method and Description |
|---|---|
IMarshallingContext |
IBindingFactory.createMarshallingContext()
Create marshalling context instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAbstractMarshaller.baseMarshal(Object obj,
IMarshallingContext ctx)
Marshal instance of class with mapping extending this abstract mapping.
|
void |
IMarshallable.marshal(IMarshallingContext ctx)
Marshal self.
|
void |
IMarshaller.marshal(Object obj,
IMarshallingContext ctx)
Marshal instance of handled class.
|
static String |
QName.serialize(QName qname,
IMarshallingContext ictx)
JiBX serializer method.
|
static String |
QName.serializeList(QName[] qnames,
IMarshallingContext ictx)
JiBX serializer method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MarshallingContext
JiBX serializer supplying convenience methods for marshalling.
|
| Modifier and Type | Method and Description |
|---|---|
IMarshallingContext |
BindingFactoryBase.createMarshallingContext()
Create a new marshalling context.
|
Copyright © 2005-2014 jibx.org. All Rights Reserved.