Uses of Interface
org.springframework.ws.config.annotation.WsConfigurer
Packages that use WsConfigurer
-
Uses of WsConfigurer in org.springframework.ws.config.annotation
Classes in org.springframework.ws.config.annotation that implement WsConfigurerModifier and TypeClassDescriptionclass
An default implementation ofWsConfigurer
with empty methods allowing sub-classes to override only the methods they're interested in.class
AnWsConfigurer
implementation that delegates to otherWsConfigurer
instances.Method parameters in org.springframework.ws.config.annotation with type arguments of type WsConfigurerModifier and TypeMethodDescriptionvoid
WsConfigurerComposite.addWsConfigurers
(List<WsConfigurer> configurers) void
DelegatingWsConfiguration.setConfigurers
(List<WsConfigurer> configurers)