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

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

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.
 



Copyright (c) 2002-2005 The Spring Framework Project.