|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrestart.xml.server.XMLCallback
public abstract class XMLCallback
| Constructor Summary | |
|---|---|
XMLCallback()
|
|
| Method Summary | |
|---|---|
ServiceOutput |
invoke(ServiceInput inputdata)
When the service is invoked, it calls the invoke method of the callback. |
abstract XMLServiceOutput |
invoke(XMLServiceInput inputdata)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLCallback()
| Method Detail |
|---|
public ServiceOutput invoke(ServiceInput inputdata)
throws RestException
Callback
invoke in interface Callbackinputdata - the posted data
RestException - if an exception has occured during service invocation
public abstract XMLServiceOutput invoke(XMLServiceInput inputdata)
throws RestException
RestException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||