Package com.example.hello.server

Servlets and RPC server implementations.

See:
          Description

Class Summary
HelloEngine Implementation of the service layer facade.
HelloSecurityEngine Implementation of HelloSecurityService for Spring Security.
HelloServerEngine Implementation of the XML-RPC server.
HelloUserDetails Maps our User model to Spring Security UserDetails.
RPCServlet Servlet to dispatch XML-RPC requests.
 

Exception Summary
HelloUsernameNotFoundException Simple extension of UsernameNotFoundException to prevent EJBException wrapping resulting in HttpStatus.INTERNAL_SERVER_ERROR errors.
 

Package com.example.hello.server Description

Servlets and RPC server implementations.