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

org.fabric3.spi.introspection.service.ServiceIntrospectorExtension Maven / Gradle / Ivy

The newest version!
package org.fabric3.spi.introspection.service;

/**
 * Extension point for remote service introspection.
 */
public interface ServiceIntrospectorExtension {

    /**
     * Introspects a class to determine if it exposes remote endpoints.
     *
     * @param clazz the class
     * @return true if it exposes remote endpoints
     */
    boolean exportsEndpoints(Class clazz);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy