站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Interface org.springframework.remoting.jaxrpc.JaxRpcServicePostProcessor (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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-2007 The Spring Framework Project.