Package | Description |
---|---|
jadex.bdi | |
jadex.xml | |
jadex.xml.bean | |
jadex.xml.reader | |
jadex.xml.writer |
Modifier and Type | Method and Description |
---|---|
Object |
OAVBDIXMLReader.ExpressionProcessor.postProcess(IContext context,
Object object)
Parse expression text.
|
Object |
OAVBDIXMLReader.MultiPostProcessor.postProcess(IContext context,
Object object)
Post process.
|
Object |
OAVBDIXMLReader.ClassPostProcessor.postProcess(IContext context,
Object object)
Load class.
|
Modifier and Type | Method and Description |
---|---|
Object |
IObjectObjectConverter.convertObject(Object val,
IContext context)
Convert an object to another object.
|
Object |
SubObjectConverter.convertObjectForRead(Object val,
IContext context)
Convert an object to another object.
|
Object |
ISubObjectConverter.convertObjectForRead(Object val,
IContext context)
Convert an object to another object.
|
Object |
SubObjectConverter.convertObjectForWrite(Object val,
IContext context)
Convert an object to another object.
|
Object |
ISubObjectConverter.convertObjectForWrite(Object val,
IContext context)
Convert an object to another object.
|
Object |
IPostProcessor.postProcess(IContext context,
Object object)
Post-process an object after an XML has been loaded.
|
Object |
IPreProcessor.preProcess(IContext context,
Object object)
Pre-process an object after an XML has been loaded.
|
Modifier and Type | Method and Description |
---|---|
Object |
IBeanObjectCreator.createObject(IContext context,
Map rawattributes)
Create an object.
|
Object |
BeanObjectWriterHandler.getObjectType(Object object,
IContext context)
Get the object type
|
QName |
BeanObjectWriterHandler.getTagName(Object object,
IContext context)
Get the tag name for an object.
|
QName |
BeanObjectWriterHandler.getTagWithPrefix(QName tag,
IContext context)
Get the tag with namespace.
|
TypeInfo |
BeanObjectWriterHandler.getTypeInfo(Object object,
QName[] fullpath,
IContext context)
Get the most specific mapping info.
|
Modifier and Type | Class and Description |
---|---|
class |
AReadContext<T>
Context for reader that stores all relevant information of the read process.
|
class |
ReadContextDesktop
Java SE Implementation of
AReadContext . |
Modifier and Type | Class and Description |
---|---|
class |
AWriteContext<T>
Context for writing an xml.
|
class |
WriteContextDesktop
Java SE Implementation of
AWriteContext . |
Modifier and Type | Method and Description |
---|---|
abstract Object |
AbstractObjectWriterHandler.getObjectType(Object object,
IContext context)
Get the object type
|
WriteObjectInfo |
IObjectWriterHandler.getObjectWriteInfo(Object object,
TypeInfo typeinfo,
IContext context)
Get all subobjects of an object.
|
WriteObjectInfo |
AbstractObjectWriterHandler.getObjectWriteInfo(Object object,
TypeInfo typeinfo,
IContext context)
Get write info for an object.
|
QName |
IObjectWriterHandler.getTagName(Object object,
IContext context)
Get the tag name for an object.
|
QName |
IObjectWriterHandler.getTagWithPrefix(QName tag,
IContext context)
Get the tag with namespace.
|
TypeInfo |
IObjectWriterHandler.getTypeInfo(Object object,
QName[] fullpath,
IContext context)
Get the most specific mapping info.
|
TypeInfo |
AbstractObjectWriterHandler.getTypeInfo(Object object,
QName[] fullpath,
IContext context)
Get the most specific mapping info.
|
Copyright © 2012. All Rights Reserved.