Spring Web Services Framework

Uses of Interface
org.springframework.ws.server.SmartEndpointInterceptor

Packages that use SmartEndpointInterceptor
org.springframework.ws.server.endpoint.interceptor Provides miscellaneous endpoints EndpointInterceptor implementations. 
org.springframework.ws.soap.server Contains classes for SOAP-specific server-side Spring-WS support. 
org.springframework.ws.soap.server.endpoint.interceptor Provides miscellaneous endpoints EndpointInterceptor implementations for SOAP purposes. 
 

Uses of SmartEndpointInterceptor in org.springframework.ws.server.endpoint.interceptor
 

Classes in org.springframework.ws.server.endpoint.interceptor that implement SmartEndpointInterceptor
 class DelegatingSmartEndpointInterceptor
          Implementation of the SmartEndpointInterceptor interface that delegates to a delegate EndpointInterceptor.
 

Uses of SmartEndpointInterceptor in org.springframework.ws.soap.server
 

Subinterfaces of SmartEndpointInterceptor in org.springframework.ws.soap.server
 interface SmartSoapEndpointInterceptor
          SOAP-specific extension of the SmartEndpointInterceptor interface.
 

Uses of SmartEndpointInterceptor in org.springframework.ws.soap.server.endpoint.interceptor
 

Classes in org.springframework.ws.soap.server.endpoint.interceptor that implement SmartEndpointInterceptor
 class DelegatingSmartSoapEndpointInterceptor
          Implementation of the SmartSoapEndpointInterceptor interface that delegates to a delegate SoapEndpointInterceptor.
 class PayloadRootSmartSoapEndpointInterceptor
          Implementation of the SmartSoapEndpointInterceptor interface that only intercepts requests that have a specified namespace URI or local part (or both) as payload root.
 class SoapActionSmartEndpointInterceptor
          Implementation of the SmartEndpointInterceptor interface that only intercepts requests that have a specified soap action.
 


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.