|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FromXMLArg
Interface defining the bean class to encapsulate the arguments and returns used by the FromXML entry point(s).
| Method Summary | |
|---|---|
java.lang.Class |
getClassIn()
Get the value of the ClassIn argument. |
java.lang.Object |
getObjectOut()
Fetch the value of ObjectOut. |
XMLString |
getXmlIn()
Fetch the XMLString that will be unmarshalled by the entry point. |
XMLMapping |
getXmlMappingInOut()
Get the value of XmlMapping. |
void |
setClassIn(java.lang.Class classIn)
Set the value of the ClassIn property. |
void |
setObjectOut(java.lang.Object objectOut)
Set the value of the ObjectOut property. |
void |
setXmlIn(XMLString xmIn)
Set the value of the XmlIn property. |
void |
setXmlMappingInOut(XMLMapping xmlMapping)
Set the XML mapping property. |
| Methods inherited from interface com.ail.core.command.CommandArg |
|---|
getCallersCore, setCallersCore |
| Method Detail |
|---|
java.lang.Object getObjectOut()
XmlIn was unmarshalled.
void setObjectOut(java.lang.Object objectOut)
objectOut - The value to be set.XMLString getXmlIn()
ClassIn.
void setXmlIn(XMLString xmIn)
xmlIn - The value to be set.java.lang.Class getClassIn()
XmlIn represents
an instance of.
void setClassIn(java.lang.Class classIn)
classIn - The value to be set.XMLMapping getXmlMappingInOut()
void setXmlMappingInOut(XMLMapping xmlMapping)
xmlMapping - The mapping to use.#getXmlMappingIn
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||