org.kuali.rice.ksb.messaging.remotedservices
Class ServiceCallInformationHolder

java.lang.Object
  extended by org.kuali.rice.ksb.messaging.remotedservices.ServiceCallInformationHolder

public class ServiceCallInformationHolder
extends Object

Used for services deployed in the test harness and client applications to call. This is useful when services are deployed in the test harness and therefore do not get called remotely and aren't recorded in the bam. Holds a single hashmap that can hold whatever is needed for confirmation of call for testing.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
static Map<String,Object> stuff
           
 
Constructor Summary
ServiceCallInformationHolder()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stuff

public static Map<String,Object> stuff
Constructor Detail

ServiceCallInformationHolder

public ServiceCallInformationHolder()


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