org.ow2.weblab.core.services
Interface Indexer


public interface Indexer

The indexer interface will be used to define resources indexing services. This interface will be realised only by services enabling on-line indexing. This class was generated by the JAX-WS RI. JAX-WS RI 2.1.3-b02- Generated source version: 2.1


Method Summary
 IndexReturn index(IndexArgs args)
          Index the given resource.
 

Method Detail

index

IndexReturn index(IndexArgs args)
                  throws AccessDeniedException,
                         ContentNotAvailableException,
                         InsufficientResourcesException,
                         InvalidParameterException,
                         ServiceNotConfiguredException,
                         UnexpectedException,
                         UnsupportedRequestException
Index the given resource.

Parameters:
args -
Returns:
returns org.ow2.weblab.core.services.indexer.IndexReturn
Throws:
InvalidParameterException
ContentNotAvailableException
AccessDeniedException
UnexpectedException
InsufficientResourcesException
UnsupportedRequestException
ServiceNotConfiguredException


Copyright © 2004-2010. All Rights Reserved.