001package org.nuxeo.ecm.platform.exalead.ws.api;
002
003import org.nuxeo.ecm.platform.indexing.gateway.ws.api.WSIndexingGateway;
004
005public interface WSExalead extends WSIndexingGateway {
006
007}