|
WebLogic Server 7.0 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--examples.webservices.basic.javaclass.HelloWorld
Simple Java class that implements the HelloWorld Web service. It takes as input an integer and a String, and returns a message that includes these two parameters.
| Constructor Summary | |
HelloWorld()
|
|
| Method Summary | |
java.lang.String |
sayHello(int num,
java.lang.String s)
Returns a text message that includes the integer and String input parameters. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public HelloWorld()
| Method Detail |
public java.lang.String sayHello(int num,
java.lang.String s)
|
Documentation is available at http://e-docs.bea.com/wls/docs70 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||