| Callback interface for post-processing a JAX-RPC Service.
Implementations can be registered with
LocalJaxRpcServiceFactory or one of its subclasses:
LocalJaxRpcServiceFactoryBean ,
JaxRpcPortClientInterceptor , or
JaxRpcPortProxyFactoryBean .
Useful, for example, to register custom type mappings. See the
org.springframework.remoting.jaxrpc.support.AxisBeanMappingServicePostProcessor class that registers Axis-specific bean mappings for specified bean classes.
This is defined for the domain objects in the JPetStore same application,
for example.
author: Juergen Hoeller since: 1.1.4 See Also: LocalJaxRpcServiceFactory.setServicePostProcessors See Also: LocalJaxRpcServiceFactoryBean.setServicePostProcessors See Also: JaxRpcPortClientInterceptor.setServicePostProcessors See Also: JaxRpcPortProxyFactoryBean.setServicePostProcessors See Also: javax.xml.rpc.Service.getTypeMappingRegistry |