|
||||||||||
| 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.command.AbstractCommand
com.ail.core.command.Command
com.ail.core.xmlbinding.ToXMLCommand
public class ToXMLCommand
This command is responsible for converting objects into strings of XML that represent them. The arguments and returns used during this process are described in (and encapsulated by an instance of) ToXMLArg.
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
ToXMLCommand()
Default constructor. |
|
| Method Summary | |
|---|---|
CommandArg |
getArgs()
Return the arguments used (processed by) the entry point. |
java.lang.Object |
getObjectIn()
Fetch the ObjectIn value. |
XMLMapping |
getXmlMappingInOut()
Get the value of XmlMapping. |
XMLString |
getXmlOut()
Fetch the XmlOut value. |
void |
setArgs(CommandArg arg)
Accept the argument object to be passed into the entry point. |
void |
setObjectIn(java.lang.Object objectIn)
Set the value of the ObjectIn property. |
void |
setXmlMappingInOut(XMLMapping xmlMapping)
Set the XML mapping property. |
void |
setXmlOut(XMLString xmlOut)
Set the value of the XmlOut property. |
| Methods inherited from class com.ail.core.command.Command |
|---|
clone, getAccessor, getCallersCore, getConfiguration, getVersion, invoke, setAccessor, setCallersCore, setConfiguration, setService |
| Methods inherited from class com.ail.core.Type |
|---|
addAttribute, 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 |
| Methods inherited from interface com.ail.core.command.CommandArg |
|---|
getCallersCore, setCallersCore |
| Constructor Detail |
|---|
public ToXMLCommand()
| Method Detail |
|---|
public void setArgs(CommandArg arg)
setArgs in class AbstractCommandarg - An instance of ToXMLArgpublic CommandArg getArgs()
getArgs in class AbstractCommandpublic java.lang.Object getObjectIn()
getObjectIn in interface ToXMLArgpublic void setObjectIn(java.lang.Object objectIn)
setObjectIn in interface ToXMLArgobjectIn - The new value.public XMLString getXmlOut()
objectIn
getXmlOut in interface ToXMLArgpublic void setXmlOut(XMLString xmlOut)
setXmlOut in interface ToXMLArgxmlOut - The new value.public XMLMapping getXmlMappingInOut()
getXmlMappingInOut in interface ToXMLArgpublic void setXmlMappingInOut(XMLMapping xmlMapping)
setXmlMappingInOut in interface ToXMLArgxmlMapping - The mapping to use.#getXmlMappingIn
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||