Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
O
P
R
S
T
V
W
X
A
add(IXmlObject, MappedField, IXmlObject)
- Method in class com.ebm_ws.infra.xmlmapping.
XmlEditor
addInfo(ObjInfo)
- Method in class com.ebm_ws.infra.xmlmapping.
ObjInfoHolder
ANCESTOR
- Static variable in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
This is the type of a Field that is mapped to the closest ancestor that matches the class.
ATTRIBUTE
- Static variable in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
This is the type of a Field that is mapped to an XML attribute.
B
buildAllFromClassPath()
- Method in class com.ebm_ws.infra.xmlmapping.schema.
SchemasManager
buildAllFromSource(String)
- Method in class com.ebm_ws.infra.xmlmapping.schema.
SchemasManager
Builds all declared schemas from the given source code directory.
buildDoc(ISchema, File)
- Method in class com.ebm_ws.infra.xmlmapping.
DocGenerator
buildFromClassPath()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
buildFromClassPath()
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchema
Builds the schema (i.e. looks for all elements) by searching the classpath for classes.
buildFromClassPathOFF()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
Ancienne méthode se basant sur le CLASSPATH.
buildFromSource(String)
- Method in class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
Parses recursively all classes in the given source directory
buildFromSource(String)
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchema
Builds the schema (i.e. looks for all elements) by searching the given source directory.
buildFromXsd(InputStream)
- Method in class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
buildFromXsd(Document)
- Method in class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
buildFromXsd(Document)
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchema
Builds the schema (i.e. looks for all elements) by parsing the XSD file.
buildFromXsd(InputStream)
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchema
Builds the schema (i.e. looks for all elements) by parsing the XSD file.
C
changeType(IXmlObject, Class)
- Method in class com.ebm_ws.infra.xmlmapping.
XmlEditor
changeValues(IXmlObject, MappedField[], Object[])
- Method in class com.ebm_ws.infra.xmlmapping.
XmlEditor
checkAllNodes(Object)
- Method in class com.ebm_ws.infra.xmlmapping.
ObjInfoHolder
checkThisNode(Object, IValidityLogger)
- Method in interface com.ebm_ws.infra.xmlmapping.interfaces.
IXmlObject
This method is meant to check the
validity
of this object.
CHILD_ELT
- Static variable in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
This is the type of a Field that is mapped to one or several elements in a named child element.
clearMessages()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
COLLECTED_ELT
- Static variable in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
This is the type of a Field that is mapped to one or several XML direct child elements.
com.ebm_ws.infra.xmlmapping
- package com.ebm_ws.infra.xmlmapping
com.ebm_ws.infra.xmlmapping.impl
- package com.ebm_ws.infra.xmlmapping.impl
com.ebm_ws.infra.xmlmapping.interfaces
- package com.ebm_ws.infra.xmlmapping.interfaces
com.ebm_ws.infra.xmlmapping.schema
- package com.ebm_ws.infra.xmlmapping.schema
com.ebm_ws.infra.xmlmapping.utils
- package com.ebm_ws.infra.xmlmapping.utils
CONTENT
- Static variable in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
This is the type of a Field that is mapped to the content of the element.
countMessages(int)
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
D
declareSchema(String, String, String)
- Method in class com.ebm_ws.infra.xmlmapping.schema.
SchemasManager
Declares a schema.
delete(IXmlObject)
- Method in class com.ebm_ws.infra.xmlmapping.
XmlEditor
DocGenerator
- Class in
com.ebm_ws.infra.xmlmapping
This class is a program (main) that allows generating the Bricks documentation
DocGenerator(SchemasManager)
- Constructor for class com.ebm_ws.infra.xmlmapping.
DocGenerator
DocletsGenerator
- Class in
com.ebm_ws.infra.xmlmapping
This class is a program (main) that allows generating the Bricks documentation
DocletsGenerator()
- Constructor for class com.ebm_ws.infra.xmlmapping.
DocletsGenerator
dump(PrintWriter)
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ModelMessageImpl
dumpMessages(int, PrintWriter)
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
dumpMessages(int, PrintWriter)
- Method in class com.ebm_ws.infra.xmlmapping.
ObjInfoHolder
Dumps errors, warnings and informations in the given printer.
E
ELEMENT_TYPE
- Static variable in interface com.ebm_ws.infra.xmlmapping.schema.
ISchemaElement
Element type: Element
Such an element corresponds to a class that implements
IXmlObject
.
encode2HTML(String, boolean)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
XML2HTML
ENUMERATION_TYPE
- Static variable in interface com.ebm_ws.infra.xmlmapping.schema.
ISchemaElement
Element type: Enumeration
Such an element corresponds to a class that implements
IEnumeration
.
EnumHelper
- Class in
com.ebm_ws.infra.xmlmapping.utils
EnumHelper()
- Constructor for class com.ebm_ws.infra.xmlmapping.utils.
EnumHelper
ERROR
- Static variable in interface com.ebm_ws.infra.xmlmapping.interfaces.
IValidityLogger
Message Severity: error (blocking)
G
generateXSD(Document)
- Method in class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
generateXSD(Document)
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchema
Generates the XSD structure for this schema.
getAllElementMessages(IXmlObject)
- Method in class com.ebm_ws.infra.xmlmapping.
ObjInfoHolder
getAllElements()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
getAllElements()
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchema
Returns all elements belonging to this schema.
getAllImplementors(Class)
- Method in class com.ebm_ws.infra.xmlmapping.schema.
SchemasManager
Returns all schema elements that are compatible with the given class
getAllMessages()
- Method in class com.ebm_ws.infra.xmlmapping.
ObjInfoHolder
getAllSchemas()
- Method in class com.ebm_ws.infra.xmlmapping.schema.
SchemasManager
Returns all declared schemas
getAttributeDetails(Locale, Class, String)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
MessagesHelper
getAttributeName(Locale, Class, String)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
MessagesHelper
getBaseClass()
- Method in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
getCollectedMapping(Class)
- Method in class com.ebm_ws.infra.xmlmapping.utils.
XmlMappings
getComponentDetails(Locale, Class)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
MessagesHelper
getComponentName(Locale, Class)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
MessagesHelper
getContent(Element)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
XmlHelper
getDeclaringSchema(Class)
- Method in class com.ebm_ws.infra.xmlmapping.schema.
SchemasManager
Returns the schema the given class belongs to (if any)
getDefaultConstructor()
- Method in class com.ebm_ws.infra.xmlmapping.utils.
XmlMappings
getDocument()
- Method in class com.ebm_ws.infra.xmlmapping.
XmlSerializer
Returns the root instantiated object.
getElement()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ModelMessageImpl
getElement(Class)
- Method in class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
getElement()
- Method in interface com.ebm_ws.infra.xmlmapping.
IXmlModelMessage
getElement(Class)
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchema
getElement(Class)
- Method in class com.ebm_ws.infra.xmlmapping.schema.
SchemasManager
Returns the schema element describing the given class, if found in any declard schema.
getElementName(Locale, Element)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
MessagesHelper
getField()
- Method in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
getGlobalElementMessages(IXmlObject)
- Method in class com.ebm_ws.infra.xmlmapping.
ObjInfoHolder
getId()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
getIdPath()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
getInfo()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ModelMessageImpl
getInfoFromId(String)
- Method in class com.ebm_ws.infra.xmlmapping.
ObjInfoHolder
getInfoFromObj(IXmlObject)
- Method in class com.ebm_ws.infra.xmlmapping.
ObjInfoHolder
getInstanceName(Locale, Object)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
MessagesHelper
getItem(Class, String)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
EnumHelper
Returns an enumeration element from its name.
getItem(Class, int)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
EnumHelper
Returns an enumeration element from its index.
getItemName(Class, int)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
EnumHelper
Returns an enumeration element name from its index.
getItemName(Object)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
EnumHelper
getLocator()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
getLocator()
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchema
Returns the schema location (this is the xsd file).
getMappedClass()
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchemaElement
Returns the corresponding class
getMappingByNameAndType(String, int)
- Method in class com.ebm_ws.infra.xmlmapping.utils.
XmlMappings
getMappingElementMessages(IXmlObject, String)
- Method in class com.ebm_ws.infra.xmlmapping.
ObjInfoHolder
getMappingErrors()
- Method in class com.ebm_ws.infra.xmlmapping.utils.
XmlMappings
getMappingName()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ModelMessageImpl
getMappingName()
- Method in interface com.ebm_ws.infra.xmlmapping.
IXmlModelMessage
getMappings(Class, boolean)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
XmlMappings
Returns the Xml Mappings for the given class.
getMappings(int)
- Method in class com.ebm_ws.infra.xmlmapping.utils.
XmlMappings
getMappingType()
- Method in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
getMaxOccurs()
- Method in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
getMessage()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ModelMessageImpl
getMessage()
- Method in interface com.ebm_ws.infra.xmlmapping.
IXmlModelMessage
getMessages(int)
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
getMinOccurs()
- Method in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
getName()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
Returns the schema name.
getName()
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchema
Returns the schema name (that is also the prefix).
getName()
- Method in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
getNbOfItems(Class)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
EnumHelper
Returns the number of elements in the enumeration.
getNiceName()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
getNicePath()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
getObject()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ModelMessageImpl
getObject()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
getObject()
- Method in interface com.ebm_ws.infra.xmlmapping.
IXmlModelMessage
getParent()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
getParentChildIndex()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
getParentMapping()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
getRoot()
- Method in class com.ebm_ws.infra.xmlmapping.
XmlEditor
getRoot()
- Method in class com.ebm_ws.infra.xmlmapping.
XmlInstantiator
Returns the root instantiated object.
getRoot()
- Method in class com.ebm_ws.infra.xmlmapping.
XmlInstantiator2
Returns the root instantiated object.
getRootPackage()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
Returns the schema root code package
getRootPackage()
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchema
Returns the schema root package (that is also the schema namespace)
getSchema()
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchemaElement
Returns the schema this element belongs to.
getSchema(String)
- Method in class com.ebm_ws.infra.xmlmapping.schema.
SchemasManager
Returns a schema by its root package.
getSchemaElement()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
getSchemas()
- Method in class com.ebm_ws.infra.xmlmapping.
XmlEditor
getSchemas()
- Method in class com.ebm_ws.infra.xmlmapping.
XmlInstantiator
getSchemas()
- Method in class com.ebm_ws.infra.xmlmapping.
XmlInstantiator2
getSeverity()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ModelMessageImpl
getSeverity()
- Method in interface com.ebm_ws.infra.xmlmapping.
IXmlModelMessage
getSubstitutionGroups()
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchemaElement
Returns the schema elements describing the substitution groups for this element.
getSuperType()
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchemaElement
Returns the schema element describing the super type of this element.
getTagName()
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchemaElement
Returns the element tag name (no prefix)
getType()
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchemaElement
Returns the element type (enumerated type, substitution group, type, ...)
getUsedSchemas()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
getUsedSchemas()
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchema
Returns a list of schemas referenced by this schema.
getXmlFile()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
getXmlMapping(Field)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
H
hasMessages(int)
- Method in class com.ebm_ws.infra.xmlmapping.
ObjInfoHolder
Determines whether this portal has errors (instanciation/validation) or not.
I
IEnumeration
- Interface in
com.ebm_ws.infra.xmlmapping.interfaces
Empty interface that identifies enumerated types.
INFO
- Static variable in interface com.ebm_ws.infra.xmlmapping.interfaces.
IValidityLogger
Message Severity: information
INST_ERROR
- Static variable in interface com.ebm_ws.infra.xmlmapping.
IXmlModelMessage
Message Severity: instanciation error (blocking)
INST_INFO
- Static variable in interface com.ebm_ws.infra.xmlmapping.
IXmlModelMessage
Message Severity: instanciation information
INST_WARNING
- Static variable in interface com.ebm_ws.infra.xmlmapping.
IXmlModelMessage
Message Severity: instanciation warning
instantiate(URL)
- Static method in class com.ebm_ws.infra.xmlmapping.
TestSAX
instantiate(InputStream, Object)
- Static method in class com.ebm_ws.infra.xmlmapping.
XmlInstantiator
Instantiates a declarative model that conforms to implicit XML Mapping rules.
instantiate(Document, Object)
- Static method in class com.ebm_ws.infra.xmlmapping.
XmlInstantiator
Instantiates a declarative model that conforms to implicit XML Mapping rules.
instantiate(URL, Object)
- Static method in class com.ebm_ws.infra.xmlmapping.
XmlInstantiator2
ISchema
- Interface in
com.ebm_ws.infra.xmlmapping.schema
Represents relationships between all classes that conform to implicit Xml Mapping rule in a given root package.
ISchemaElement
- Interface in
com.ebm_ws.infra.xmlmapping.schema
Represents a unitary schema element (class).
isFullyBuilt()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
isFullyBuilt()
- Method in interface com.ebm_ws.infra.xmlmapping.schema.
ISchema
Determines whether this schema has been loaded.
isUseRequired()
- Method in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
IValidityLogger
- Interface in
com.ebm_ws.infra.xmlmapping.interfaces
IXmlImportable
- Interface in
com.ebm_ws.infra.xmlmapping.interfaces
IXmlModelMessage
- Interface in
com.ebm_ws.infra.xmlmapping
IXmlObject
- Interface in
com.ebm_ws.infra.xmlmapping.interfaces
This is the base interface to use the
implicit XML mapping
.
IXmlSubstitutionGroup
- Interface in
com.ebm_ws.infra.xmlmapping.interfaces
An interface has to extend this one in order to be considered as a substitution group in the XML context.
L
load(InputStream)
- Method in class com.ebm_ws.infra.xmlmapping.
XmlEditor
logMessage(IXmlObject, String, int, String)
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
logMessage(String, int, String)
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
logMessage(IXmlObject, String, int, String)
- Method in interface com.ebm_ws.infra.xmlmapping.interfaces.
IValidityLogger
Logs a validity message related to the given IXmlObject object.
M
main(String[])
- Static method in class com.ebm_ws.infra.xmlmapping.
DocGenerator
main(String[])
- Static method in class com.ebm_ws.infra.xmlmapping.
DocletsGenerator
main(String[])
- Static method in class com.ebm_ws.infra.xmlmapping.
TestSAX
main(String[])
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
XML2HTML
main(String[])
- Static method in class com.ebm_ws.infra.xmlmapping.
XsdGenerator
The XsdGenerator program.
MappedField
- Class in
com.ebm_ws.infra.xmlmapping.utils
MappedField()
- Constructor for class com.ebm_ws.infra.xmlmapping.utils.
MappedField
MessagesHelper
- Class in
com.ebm_ws.infra.xmlmapping.utils
MessagesHelper()
- Constructor for class com.ebm_ws.infra.xmlmapping.utils.
MessagesHelper
ModelMessageImpl
- Class in
com.ebm_ws.infra.xmlmapping.impl
ModelMessageImpl(ObjInfo, String, int, String)
- Constructor for class com.ebm_ws.infra.xmlmapping.impl.
ModelMessageImpl
O
ObjInfo
- Class in
com.ebm_ws.infra.xmlmapping.impl
ObjInfo(ObjInfo, MappedField, ISchemaElement, IXmlObject)
- Constructor for class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
ObjInfo(ObjInfo, MappedField, int, ISchemaElement, IXmlObject)
- Constructor for class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
ObjInfoHolder
- Class in
com.ebm_ws.infra.xmlmapping
The base class for instantiating an object model that conform to XML mapping rules.
ObjInfoHolder()
- Constructor for class com.ebm_ws.infra.xmlmapping.
ObjInfoHolder
P
PARENT
- Static variable in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
This is the type of a Field that is mapped to the parent object in instanciated the model.
R
removeAllInfo()
- Method in class com.ebm_ws.infra.xmlmapping.
ObjInfoHolder
ROOT
- Static variable in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
This is the type of a Field that is mapped to the root object in the instanciated model.
S
save(OutputStream)
- Method in class com.ebm_ws.infra.xmlmapping.
XmlEditor
SchemaImpl
- Class in
com.ebm_ws.infra.xmlmapping.impl
This class is a program (main) that allows generating the XML schema (XSD) from Java code that support the implicit mapping (see XmlObject.java)
SchemaImpl(SchemasManager, String, String, String)
- Constructor for class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
Schema constructor.
SchemasManager
- Class in
com.ebm_ws.infra.xmlmapping.schema
Main object to instanciate and manage schemas.
SchemasManager()
- Constructor for class com.ebm_ws.infra.xmlmapping.schema.
SchemasManager
serialize(SchemasManager, IXmlObject)
- Static method in class com.ebm_ws.infra.xmlmapping.
XmlSerializer
Instantiates a declarative model that conforms to implicit XML Mapping rules.
serialize(SchemasManager, IXmlObject, OutputStream)
- Static method in class com.ebm_ws.infra.xmlmapping.
XmlSerializer
serializeXml(Node, OutputStream)
- Static method in class com.ebm_ws.infra.xmlmapping.utils.
XmlHelper
Serializes the given Xml structure.
setXmlFile(URL)
- Method in class com.ebm_ws.infra.xmlmapping.impl.
ObjInfo
SUBSTITUTION_GROUP_TYPE
- Static variable in interface com.ebm_ws.infra.xmlmapping.schema.
ISchemaElement
Element type: Substitution Group
Such an element corresponds to an
interface
.
T
TestJAXP
- Class in
com.ebm_ws.infra.xmlmapping
The base class for instantiating an object model that conform to XML mapping rules.
TestJAXP()
- Constructor for class com.ebm_ws.infra.xmlmapping.
TestJAXP
TestSAX
- Class in
com.ebm_ws.infra.xmlmapping
The base class for instantiating an object model that conform to XML mapping rules.
toString()
- Method in class com.ebm_ws.infra.xmlmapping.impl.
SchemaImpl
toString()
- Method in class com.ebm_ws.infra.xmlmapping.utils.
MappedField
V
VALID_ERROR
- Static variable in interface com.ebm_ws.infra.xmlmapping.
IXmlModelMessage
Message Severity: validation error (blocking)
VALID_INFO
- Static variable in interface com.ebm_ws.infra.xmlmapping.
IXmlModelMessage
Message Severity: validation information
VALID_WARNING
- Static variable in interface com.ebm_ws.infra.xmlmapping.
IXmlModelMessage
Message Severity: validation warning
W
WARNING
- Static variable in interface com.ebm_ws.infra.xmlmapping.interfaces.
IValidityLogger
Message Severity: warning
X
XML2HTML
- Class in
com.ebm_ws.infra.xmlmapping.utils
XML2HTML()
- Constructor for class com.ebm_ws.infra.xmlmapping.utils.
XML2HTML
XmlEditor
- Class in
com.ebm_ws.infra.xmlmapping
The base class for instantiating an object model that conform to XML mapping rules.
XmlEditor(Object)
- Constructor for class com.ebm_ws.infra.xmlmapping.
XmlEditor
XmlHelper
- Class in
com.ebm_ws.infra.xmlmapping.utils
XmlHelper()
- Constructor for class com.ebm_ws.infra.xmlmapping.utils.
XmlHelper
XmlInstantiator
- Class in
com.ebm_ws.infra.xmlmapping
The base class for instantiating an object model that conform to XML mapping rules.
XmlInstantiator2
- Class in
com.ebm_ws.infra.xmlmapping
The base class for instantiating an object model that conform to XML mapping rules.
XmlMappingException
- Exception in
com.ebm_ws.infra.xmlmapping.utils
XmlMappingException(String)
- Constructor for exception com.ebm_ws.infra.xmlmapping.utils.
XmlMappingException
XmlMappings
- Class in
com.ebm_ws.infra.xmlmapping.utils
XmlSerializer
- Class in
com.ebm_ws.infra.xmlmapping
The base class for instantiating an object model that conform to XML mapping rules.
XmlSerializer(SchemasManager, IXmlObject)
- Constructor for class com.ebm_ws.infra.xmlmapping.
XmlSerializer
XsdGenerator
- Class in
com.ebm_ws.infra.xmlmapping
This class is a program (main) that allows generating the XML schema (XSD) from Java code that support the implicit mapping (see XmlObject.java)
XsdGenerator()
- Constructor for class com.ebm_ws.infra.xmlmapping.
XsdGenerator
A
B
C
D
E
G
H
I
L
M
O
P
R
S
T
V
W
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008 eBMWebsourcing. All Rights Reserved.