|
||||||||||
| 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.Service
com.ail.core.xmlbinding.CastorToXMLService
public class CastorToXMLService
This entry point converts an objects into an XMLString representing it using the castor framework. The object passed as an argument is marshalled into an XMLString and returned. This entry points accepts one argument:
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
CastorToXMLService()
|
|
| Method Summary | |
|---|---|
CommandArg |
getArgs()
Getter returning the arguments used by this entry point. |
Core |
getCore()
This entry point has no Core requirements, so simply return null. |
Version |
getVersion()
Fetch the version of this entry point. |
void |
invoke()
Use the castor marshaller to translate an object into an XML string. |
void |
setArgs(CommandArg args)
Setter used to the set the arguments that invoke() will
use when it is called. |
| Methods inherited from class com.ail.core.Service |
|---|
getConfiguration, getConfigurationNamespace, getSecurityPrincipal, getVersionEffectiveDate, resetConfiguration, setConfiguration |
| 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 CastorToXMLService()
| Method Detail |
|---|
public Version getVersion()
getVersion in class Servicepublic Core getCore()
getCore in class Servicepublic void setArgs(CommandArg args)
invoke() will
use when it is called.
setArgs in class Serviceargs - for invokepublic CommandArg getArgs()
getArgs in class Service
public void invoke()
throws XMLException,
PreconditionException
invoke in class ServiceXMLException
PreconditionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||