Uses of Class
org.odoframework.service.Invocation
| Package | Description |
|---|---|
| org.odoframework.service | |
| org.odoframework.service.web |
-
Uses of Invocation in org.odoframework.service
Methods in org.odoframework.service that return Invocation Modifier and Type Method Description InvocationProviderRuntime. createInvocation(T containerInstance) -
Uses of Invocation in org.odoframework.service.web
Methods in org.odoframework.service.web that return types with arguments of type Invocation Modifier and Type Method Description Map<String,Map<String,BiFunction<WebRequest,Invocation,WebResponse>>>HttpRouter. getHandlers()Methods in org.odoframework.service.web with parameters of type Invocation Modifier and Type Method Description WebResponseHttpRouter. apply(WebRequest s, Invocation invocation)Method parameters in org.odoframework.service.web with type arguments of type Invocation Modifier and Type Method Description HttpRouterHttpRouter. addMapping(String operation, String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. delete(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. get(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. head(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. post(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)HttpRouterHttpRouter. put(String path, BiFunction<WebRequest,Invocation,WebResponse> handler)