WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.webservices.handler.log
Class EchoString

java.lang.Object
  |
  +--examples.webservices.handler.log.EchoString

public final class EchoString
extends java.lang.Object

Java class that implements the backend component of the EchoString Web service. The Web service calls this class after the handler chain has finished executing.

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

Constructor Summary
EchoString()
           
 
Method Summary
 java.lang.String echoString(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoString

public EchoString()
Method Detail

echoString

public java.lang.String echoString(java.lang.String s)

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

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