Index

B C G H I L M R S 
All Classes and Interfaces|All Packages

B

boom(String) - Method in class info.ejava.examples.svc.rpc.greeter.controllers.RpcGreeterController
This method is an example of the container returning an error when the client does not supply a required query parameter.

C

createBoy(String) - Method in class info.ejava.examples.svc.rpc.greeter.controllers.RpcGreeterController
This method is an example of how the controller method can have full control over the response issued back to the caller.
createBoyThrows(String) - Method in class info.ejava.examples.svc.rpc.greeter.controllers.RpcGreeterController
This method is an example of offloading detailed ResponseEntity handling to an @ExceptionHandler to keep the controller method clean.

G

GreeterApplication - Class in info.ejava.examples.svc.rpc
 
GreeterApplication() - Constructor for class info.ejava.examples.svc.rpc.GreeterApplication
 

H

handle(IllegalArgumentException) - Method in class info.ejava.examples.svc.rpc.greeter.controllers.RpcGreeterController
This is an example handler that will convert an exception to a ResponseEntity to return to the caller.

I

info.ejava.examples.svc.rpc - package info.ejava.examples.svc.rpc
 
info.ejava.examples.svc.rpc.greeter.controllers - package info.ejava.examples.svc.rpc.greeter.controllers
 

L

logFilter() - Method in class info.ejava.examples.svc.rpc.GreeterApplication
 

M

main(String...) - Static method in class info.ejava.examples.svc.rpc.GreeterApplication
 

R

RpcGreeterController - Class in info.ejava.examples.svc.rpc.greeter.controllers
The following is an example of using the HTTP constructs that are a part of a RESTful interface, but using them in an RPC way.
RpcGreeterController() - Constructor for class info.ejava.examples.svc.rpc.greeter.controllers.RpcGreeterController
 

S

sayGreeting(String, String) - Method in class info.ejava.examples.svc.rpc.greeter.controllers.RpcGreeterController
 
sayHi() - Method in class info.ejava.examples.svc.rpc.greeter.controllers.RpcGreeterController
This is an example of a method as simple as it gets
someMethodThatMayThrowException(String) - Method in class info.ejava.examples.svc.rpc.greeter.controllers.RpcGreeterController
 
SwaggerConfig - Class in info.ejava.examples.svc.rpc
 
SwaggerConfig() - Constructor for class info.ejava.examples.svc.rpc.SwaggerConfig
 
B C G H I L M R S 
All Classes and Interfaces|All Packages