| | Class | Description |
| | BindingService |
This component allows synchronizing server objects with client objects and vice versa. |
| | Call |
This component represents information about server component method to be called. |
| | CallSet |
This component allows calling a set of methods on the server
simultaneously and getting results of all these methods at one dash. |
| | EntityValidator |
This component allows validating user input against Hibernate Validator annotations on the server. |
| | HessianBindingService |
This component allows synchronizing server objects with client objects and vice versa. |
| | HessianCall |
This component represents information about server component method to be called. |
| | HessianCallSet |
This component allows calling a set of methods on the server
simultaneously and getting results of all these methods at one dash. |
| | HessianEntityValidator |
This component allows validating user input against Hibernate Validator annotations on the server. |
| | SeamOperation |
Operation that passes the conversationId in the header. |
| | SeamRemoteObject |
This dynamic class extends remote object to provide conversation support for Seam. |