Class IEchoService
- java.lang.Object
-
- org.restheart.test.plugins.services.EchoService
-
- org.restheart.test.plugins.services.IEchoService
-
- All Implemented Interfaces:
ByteArrayService,ConfigurablePlugin,ExchangeTypeResolver<ByteArrayRequest,ByteArrayResponse>,HandlingPlugin<ByteArrayRequest,ByteArrayResponse>,Plugin,Service<ByteArrayRequest,ByteArrayResponse>
public class IEchoService extends EchoService
used for testing- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
-
Constructor Summary
Constructors Constructor Description IEchoService()
-
Method Summary
-
Methods inherited from class org.restheart.test.plugins.services.EchoService
handle
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.restheart.plugins.ByteArrayService
request, requestInitializer, response, responseInitializer
-
Methods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseType
-
Methods inherited from interface org.restheart.plugins.Service
handleOptions
-
-