org.springframework.remoting.jaxws
@Deprecated public interface JaxRpcServicePostProcessor
Implementations can be registered with LocalJaxRpcServiceFactory
or one of its subclasses: LocalJaxRpcServiceFactoryBean
,
JaxRpcPortClientInterceptor
, or JaxRpcPortProxyFactoryBean
.
LocalJaxRpcServiceFactory.setServicePostProcessors(org.springframework.remoting.jaxrpc.JaxRpcServicePostProcessor[])
,
LocalJaxRpcServiceFactory.setServicePostProcessors(org.springframework.remoting.jaxrpc.JaxRpcServicePostProcessor[])
,
LocalJaxRpcServiceFactory.setServicePostProcessors(org.springframework.remoting.jaxrpc.JaxRpcServicePostProcessor[])
,
LocalJaxRpcServiceFactory.setServicePostProcessors(org.springframework.remoting.jaxrpc.JaxRpcServicePostProcessor[])
,
Service.getTypeMappingRegistry()
Modifier and Type | Method and Description |
---|---|
void |
postProcessJaxRpcService(Service service)
Deprecated.
Post-process the given JAX-RPC
Service . |