package org.alfresco.web.api; public interface APIServiceMatch { public String getPath(); public APIService getService(); }