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

org.fusesource.fabric.examples.camelcxf.Greeter Maven / Gradle / Ivy

package org.fusesource.fabric.examples.camelcxf;

import javax.jws.WebService;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;

@WebService
public interface Greeter {

	public String greet();

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy