org.kuali.rice.ksb.testclient2
Class EchoService2Impl

java.lang.Object
  extended by org.kuali.rice.ksb.testclient2.EchoService2Impl
All Implemented Interfaces:
EchoService

public class EchoService2Impl
extends Object
implements EchoService


Constructor Summary
EchoService2Impl()
           
 
Method Summary
 void captureHeaders()
           
 String echo(String string)
           
 String trueEcho(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoService2Impl

public EchoService2Impl()
Method Detail

echo

public String echo(String string)
Specified by:
echo in interface EchoService

trueEcho

public String trueEcho(String string)
Specified by:
trueEcho in interface EchoService

captureHeaders

public void captureHeaders()
Specified by:
captureHeaders in interface EchoService


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.