WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.webservices.basic.javaclass
Class HelloWorld

java.lang.Object
  |
  +--examples.webservices.basic.javaclass.HelloWorld

public final class HelloWorld
extends java.lang.Object

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.

Author:
Copyright (c) 2002 by BEA Systems. All Rights Reserved.

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

sayHello

public java.lang.String sayHello(int num,
                                 java.lang.String s)
Returns a text message that includes the integer and String input parameters.

Documentation is available at
http://e-docs.bea.com/wls/docs70

Copyright © 2002 BEA Systems, Inc. All Rights Reserved.