|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.Type
com.ail.core.configure.XMLMapping
public class XMLMapping
This class holds XML databinding information for a configuration. It holds the mapping description - which is generally a string of XML, and transient instances of a marshaller and unmarshaller object.
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
XMLMapping()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDefinition()
Get the XML mapping defnition. |
java.lang.String |
getDefinitionCDATA()
|
java.lang.Object |
getMarshaller()
Get the XML marshaller. |
java.lang.Object |
getUnmarshaller()
Get the unmarshaller. |
void |
setDefinition(java.lang.String definition)
Set the XML mapping string |
void |
setMarshaller(java.lang.Object marshaller)
Set the marshaller for this mapping. |
void |
setUnmarshaller(java.lang.Object unmarshaller)
Set the unmarshaller. |
| Methods inherited from class com.ail.core.Type |
|---|
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLMapping()
| Method Detail |
|---|
public java.lang.String getDefinition()
public java.lang.String getDefinitionCDATA()
public void setDefinition(java.lang.String definition)
definition - The mapping string.getDefinition()public java.lang.Object getMarshaller()
public void setMarshaller(java.lang.Object marshaller)
marshaller - The marshaller instancegetMarshaller()public java.lang.Object getUnmarshaller()
getMarshaller()public void setUnmarshaller(java.lang.Object unmarshaller)
unmarshaller - The XML Unmarshaller.getMarshaller()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||