|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VinciServable
Interface for implementing Vinci Services. These objects get dropped into any of the various Server (container) classes such as VinciServer.
Method Summary | |
---|---|
void |
cleanExit()
Called when the service is being shutdown by the server/service container. |
Transportable |
eval(Transportable in)
The eval method accepts an input document and returns an output document that is the result of performing the service. |
Methods inherited from interface org.apache.vinci.transport.TransportableFactory |
---|
makeTransportable |
Method Detail |
---|
Transportable eval(Transportable in) throws ServiceException
in
- The input document
ServiceException
- thrown when there is an application level error that should result in the client
receiving the same ServiceException on the other end.void cleanExit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |