Uses of Interface
org.springframework.remoting.jaxrpc.JaxRpcServicePostProcessor

Packages that use JaxRpcServicePostProcessor
org.springframework.remoting.jaxrpc Remoting classes for Web Services via JAX-RPC. 
org.springframework.remoting.jaxrpc.support Support for specific JAX-RPC providers. 
 

Uses of JaxRpcServicePostProcessor in org.springframework.remoting.jaxrpc
 

Methods in org.springframework.remoting.jaxrpc that return JaxRpcServicePostProcessor
 JaxRpcServicePostProcessor[] LocalJaxRpcServiceFactory.getServicePostProcessors()
          Return the JaxRpcServicePostProcessors to be applied to JAX-RPC Service instances created by this factory.
 

Methods in org.springframework.remoting.jaxrpc with parameters of type JaxRpcServicePostProcessor
 void LocalJaxRpcServiceFactory.setServicePostProcessors(JaxRpcServicePostProcessor[] servicePostProcessors)
          Set the JaxRpcServicePostProcessors to be applied to JAX-RPC Service instances created by this factory.
 

Uses of JaxRpcServicePostProcessor in org.springframework.remoting.jaxrpc.support
 

Classes in org.springframework.remoting.jaxrpc.support that implement JaxRpcServicePostProcessor
 class AxisBeanMappingServicePostProcessor
          Axis-specific JaxRpcServicePostProcessor that registers bean mappings for domain objects that follow the JavaBean pattern.
 



Copyright © 2002-2008 The Spring Framework.