org.kuali.rice.ksb.messaging
Class BogusServiceImpl
java.lang.Object
org.kuali.rice.ksb.messaging.BogusServiceImpl
- All Implemented Interfaces:
- BogusService
public class BogusServiceImpl
- extends Object
- implements BogusService
implementation of BogusService that is instrumented to let us know if the service method was invoked
Method Summary |
String |
doSomething()
This method will fail in a way that looks to BusClientFailureProxy like a dead web service endpoint. |
boolean |
getWasCalled()
lets us know if doSomething() was called. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BogusServiceImpl
public BogusServiceImpl()
getWasCalled
public boolean getWasCalled()
- lets us know if doSomething() was called.
- Returns:
doSomething
public String doSomething()
throws IOException
- This method will fail in a way that looks to BusClientFailureProxy like a dead web service endpoint.
- Specified by:
doSomething
in interface BogusService
- Returns:
-
- Throws:
IOException
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.