org.kuali.rice.ksb.testclient2
Class ChainedRequestService2Impl

java.lang.Object
  extended by org.kuali.rice.ksb.testclient2.ChainedRequestService2Impl
All Implemented Interfaces:
ChainedRequestService

public class ChainedRequestService2Impl
extends Object
implements ChainedRequestService


Constructor Summary
ChainedRequestService2Impl()
           
 
Method Summary
 String sendRequest(String value)
          Should take the given String value and append the application id of the current server onto the end with a comma in between.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainedRequestService2Impl

public ChainedRequestService2Impl()
Method Detail

sendRequest

public String sendRequest(String value)
Description copied from interface: ChainedRequestService
Should take the given String value and append the application id of the current server onto the end with a comma in between. Then it should forward the call of to another server.

Specified by:
sendRequest in interface ChainedRequestService


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