org.kuali.rice.ksb.testclient1
Class ChainedRequestService1Impl

java.lang.Object
  extended by org.kuali.rice.ksb.testclient1.ChainedRequestService1Impl
All Implemented Interfaces:
ChainedRequestService

public class ChainedRequestService1Impl
extends Object
implements ChainedRequestService


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

ChainedRequestService1Impl

public ChainedRequestService1Impl()
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.