Class SEchoService
java.lang.Object
org.restheart.test.plugins.services.EchoService
org.restheart.test.plugins.services.SEchoService
- All Implemented Interfaces:
ByteArrayService,ConfigurablePlugin,ExchangeTypeResolver<ByteArrayRequest,,ByteArrayResponse> HandlingPlugin<ByteArrayRequest,,ByteArrayResponse> Plugin,Service<ByteArrayRequest,ByteArrayResponse>
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.restheart.test.plugins.services.EchoService
handleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.restheart.plugins.ByteArrayService
request, requestInitializer, response, responseInitializerMethods inherited from interface org.restheart.plugins.ConfigurablePlugin
arg, argOrDefaultMethods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseTypeMethods inherited from interface org.restheart.plugins.Service
handleOptions
-
Constructor Details
-
SEchoService
public SEchoService()
-