|
Class Summary |
| BasicAuthWrapper |
Generic do nothing wrapper for remote objects
- override invoke to add new behavior. |
| RemoteObject |
Remote reference to SOAP service that is available locally as server. |
| RemoteRefConverter |
Specialied converter that converts Port into RemoteRef
(by creating stub). |
| RemoteRefSerializer |
Specialied serializer that converts RemoteRef into Port. |
| RemoteStub |
Remote reference to SOAP service that is available locally as server. |
| RemoteWrapper |
Special chaining InvocationHandler that mimics all interfaces of
wrapped object and also creates internal port for remote references
only if necessary. |
| SecureUnicastRemoteObject |
Base class to create SOAP web services with RMI approach. |
| Services |
Define entry points to web services. |
| SoaprmiRemoteWrapper |
Generic do nothing wrapper for remote objects
- override invoke to add new behavior. |
| UnicastRemoteObject |
Base class to create SOAP web services with RMI approach. |