The Spring Framework

Package org.springframework.remoting.jaxrpc

Remoting classes for Web Services via JAX-RPC.

See:
          Description

Interface Summary
JaxRpcServicePostProcessor Callback interface for post-processing a JAX-RPC Service.
 

Class Summary
JaxRpcPortClientInterceptor MethodInterceptor for accessing a specific port of a JAX-RPC service.
JaxRpcPortProxyFactoryBean FactoryBean for a specific port of a JAX-RPC service.
LocalJaxRpcServiceFactory Factory for locally defined JAX-RPC Service references.
LocalJaxRpcServiceFactoryBean FactoryBean for locally defined JAX-RPC Service references.
ServletEndpointSupport Convenience base class for JAX-RPC servlet endpoint implementations.
 

Exception Summary
JaxRpcSoapFaultException Spring SoapFaultException adapter for the JAX-RPC SOAPFaultException class.
 

Package org.springframework.remoting.jaxrpc Description

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.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.