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

org.petalslink.dsb.api.GeneratorConstants Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package org.petalslink.dsb.api;

/**
 * @author chamerling
 *
 */
public interface GeneratorConstants {
    
    static final String ENDPOINT_NAME = "GeneratorEndpoint";

    static final String INTERFACE_NAME = "GeneratorInterface";

    static final String SERVICE_NAME = "GeneratorService";

    /**
     * NS Template where %s is the component name or the protocol...
     */
    static final String NS_TEMPLATE = "http://petals.ow2.org/generator/%s/";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy