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

net.sf.jstuff.integration.serviceregistry.ServiceEndpoint Maven / Gradle / Ivy

/*
 * Copyright 2010-2022 by Sebastian Thomschke and contributors.
 * SPDX-License-Identifier: EPL-2.0
 */
package net.sf.jstuff.integration.serviceregistry;

/**
 * @author Sebastian Thomschke
 */
public interface ServiceEndpoint {
   String getServiceEndpointId();

   Class getServiceInterface();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy