Class EchoService
java.lang.Object
org.restheart.test.plugins.services.EchoService
- All Implemented Interfaces:
ByteArrayService,ConfigurablePlugin,ExchangeTypeResolver<ByteArrayRequest,,ByteArrayResponse> HandlingPlugin<ByteArrayRequest,,ByteArrayResponse> Plugin,Service<ByteArrayRequest,ByteArrayResponse>
- Direct Known Subclasses:
IEchoService,SEchoService
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ByteArrayRequest request, ByteArrayResponse response) Methods 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
-
EchoService
public EchoService()
-
-
Method Details
-
handle
- Specified by:
handlein interfaceService<ByteArrayRequest,ByteArrayResponse> - Throws:
Exception
-