Class VinciServableAdapter

    • Constructor Detail

      • VinciServableAdapter

        public VinciServableAdapter()
    • Method Detail

      • eval

        public abstract Transportable eval​(Transportable in)
                                    throws ServiceException
        Description copied from interface: VinciServable
        The eval method accepts an input document and returns an output document that is the result of performing the service.
        Specified by:
        eval in interface VinciServable
        Parameters:
        in - The input document
        Returns:
        The output document
        Throws:
        ServiceException - thrown when there is an application level error that should result in the client receiving the same ServiceException on the other end.
      • cleanExit

        public void cleanExit()
        Description copied from interface: VinciServable
        Called when the service is being shutdown by the server/service container.
        Specified by:
        cleanExit in interface VinciServable