Uses of Interface
org.springframework.ws.config.annotation.WsConfigurer
-
Uses of WsConfigurer in org.springframework.ws.config.annotation
Modifier 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.Modifier and TypeMethodDescriptionvoid
WsConfigurerComposite.addWsConfigurers
(List<WsConfigurer> configurers) void
DelegatingWsConfiguration.setConfigurers
(List<WsConfigurer> configurers)