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

org.jaxygen.invoker.ClassRegistry Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package org.jaxygen.invoker;

import java.util.List;

/**Implement this interface in order to inform JAXygen about classes providing
 * the remote service.
 *
 * @author artur
 */
public interface ClassRegistry {

    /**Return the list of classes providing service methods.
     * 
     * @return A list of classes to be registered in this app contxt.
     */
    public List getRegisteredClasses();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy