org.petalslink.dsb.api.GeneratorConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dsb-api Show documentation
Show all versions of dsb-api Show documentation
The Petals DSB Minimal API...
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/";
}