org.kuali.rice.ksb.testclient1
Class EchoService1Impl

java.lang.Object
  extended by org.kuali.rice.ksb.testclient1.EchoService1Impl
All Implemented Interfaces:
EchoService

public class EchoService1Impl
extends Object
implements EchoService


Constructor Summary
EchoService1Impl()
           
 
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

EchoService1Impl

public EchoService1Impl()
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–2015 The Kuali Foundation. All rights reserved.