All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.webcohesion.enunciate.api.services.ServiceApi Maven / Gradle / Ivy

There is a newer version: 2.18.1
Show newest version
package com.webcohesion.enunciate.api.services;

import java.util.List;

/**
 * @author Ryan Heaton
 */
public interface ServiceApi {

  String getContextPath();

  List getServiceGroups();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy