Class ServiceHttpRequestFunction
- java.lang.Object
-
- net.officefloor.frame.api.function.StaticManagedFunction<ServiceHttpRequestFunction.Dependencies,None>
-
- net.officefloor.web.resource.source.ServiceHttpRequestFunction
-
- All Implemented Interfaces:
ManagedFunction<ServiceHttpRequestFunction.Dependencies,None>,ManagedFunctionFactory<ServiceHttpRequestFunction.Dependencies,None>
public class ServiceHttpRequestFunction extends StaticManagedFunction<ServiceHttpRequestFunction.Dependencies,None>
- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceHttpRequestFunction.DependenciesDependencies.
-
Constructor Summary
Constructors Constructor Description ServiceHttpRequestFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(ManagedFunctionContext<ServiceHttpRequestFunction.Dependencies,None> context)Executes the function.-
Methods inherited from class net.officefloor.frame.api.function.StaticManagedFunction
createManagedFunction
-
-
-
-
Method Detail
-
execute
public void execute(ManagedFunctionContext<ServiceHttpRequestFunction.Dependencies,None> context) throws java.lang.Exception
Description copied from interface:ManagedFunctionExecutes the function.- Parameters:
context-ManagedFunctionContextfor theManagedFunction.- Throws:
java.lang.Exception
-
-