summaryrefslogtreecommitdiffstats
path: root/sandbox/sebastien/java/shell/modules/binding-http-runtime/src/test/java/org/apache/tuscany/sca/binding/http/Helloworld.java
blob: b7d77bced6c4cd62d6272ae4487387921f2075ab (plain)
1
2
3
4
5
6
7
8
package org.apache.tuscany.sca.binding.http;

import org.oasisopen.sca.annotation.Remotable;

@Remotable
public interface Helloworld {
	String sayHello(String name);
}