summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jsonp-runtime/src/test/java/helloworld/HelloWorldService.java
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-09-08 05:54:43 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-09-08 05:54:43 +0000
commita78cc2308b2f7f7c652b818e8e29de705db1c8cc (patch)
tree62ff4d31a7deb10fe5d3aa96aeb4733a1ecfea10 /sca-java-2.x/trunk/modules/binding-jsonp-runtime/src/test/java/helloworld/HelloWorldService.java
parent1315e46609bf6beb0c275c59176c846c17b3c614 (diff)
Add support for primitive java types
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993611 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/binding-jsonp-runtime/src/test/java/helloworld/HelloWorldService.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-jsonp-runtime/src/test/java/helloworld/HelloWorldService.java b/sca-java-2.x/trunk/modules/binding-jsonp-runtime/src/test/java/helloworld/HelloWorldService.java
index a215ecf4be..790fdd7467 100644
--- a/sca-java-2.x/trunk/modules/binding-jsonp-runtime/src/test/java/helloworld/HelloWorldService.java
+++ b/sca-java-2.x/trunk/modules/binding-jsonp-runtime/src/test/java/helloworld/HelloWorldService.java
@@ -28,5 +28,7 @@ public interface HelloWorldService {
String sayHello2(String firstName, String lastName);
BeanA sayHello3(BeanA bean);
+
+ int sayHello4(boolean flag);
}