
interfaces.Analyser.wsdl Maven / Gradle / Ivy
WEBLAB: Service oriented integration platform for media mining and intelligence applications
Copyright (C) 2004 - 2010 CASSIDIAN
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General
Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Interface of a analyser. It only contains a method to enable business analyser to process resources, given a usage context. Most of the time this analysis turn out to be the addition
of annotations to the Resource.
Ask to the service to process with its business method.
To be thrown when the parameter are not valid.
To be thrown when an error occurs due to the lack of resources.
To be thrown when the content of a resource is needed and not available.
To be thrown when an error due to some security restriction.
To be thrown when the parameter are good but some specific process are not supported (for instance, due to a language not handled or a given video format...).
To be thrown when the service needs to be configured and either your usageContext is null or has not been configured.
To be thrown when an error occurs in the method.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy