Class DelegateHandleService
java.lang.Object
org.restheart.test.plugins.services.DelegateHandleService
- All Implemented Interfaces:
ByteArrayService,ConfigurablePlugin,ExchangeTypeResolver<ByteArrayRequest,,ByteArrayResponse> HandlingPlugin<ByteArrayRequest,,ByteArrayResponse> Plugin,Service<ByteArrayRequest,ByteArrayResponse>
An idea to further simplify service definition. TBC
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidvoidhandle(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
-
DelegateHandleService
public DelegateHandleService()
-
-
Method Details
-
delegate
-
handle
- Specified by:
handlein interfaceService<ByteArrayRequest,ByteArrayResponse> - Throws:
Exception
-