public class BogusServiceImpl extends Object implements BogusService
Constructor and Description |
---|
BogusServiceImpl() |
Modifier and Type | Method and Description |
---|---|
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.
|
public BogusServiceImpl()
public boolean getWasCalled()
public String doSomething() throws IOException
doSomething
in interface BogusService
IOException
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.