Remoting classes for Web Services via JAX-RPC.
This package provides proxy factories for accessing JAX-RPC
services and ports, and a support class for implementing
JAX-RPC Servlet endpoints.
Interceptor for accessing a specific port of a JAX-RPC service.
Uses either
LocalJaxRpcServiceFactory 's facilities underneath,
or takes an explicit reference to an existing JAX-RPC Service instance
(e.g.
FactoryBean for a specific port of a JAX-RPC service.
Exposes a proxy for the port, to be used for bean references.
Inherits configuration properties from
JaxRpcPortClientInterceptor .
This factory is typically used with an RMI service interface.