Spring Web Services Framework

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

Packages that use EndpointExceptionResolver
org.springframework.ws.server Contains classes for server-side Spring-WS support. 
org.springframework.ws.server.endpoint Provides standard endpoint, and EndpointAdapter implementations. 
org.springframework.ws.soap.security Provides WS-Security implementation classes. 
org.springframework.ws.soap.server.endpoint Provides EndpointAdapter, EndpointMapping, and EndpointExceptionResolver implementations for SOAP. 
 

Uses of EndpointExceptionResolver in org.springframework.ws.server
 

Methods in org.springframework.ws.server that return types with arguments of type EndpointExceptionResolver
 List<EndpointExceptionResolver> MessageDispatcher.getEndpointExceptionResolvers()
          Returns the EndpointExceptionResolvers to use by this MessageDispatcher.
 

Method parameters in org.springframework.ws.server with type arguments of type EndpointExceptionResolver
 void MessageDispatcher.setEndpointExceptionResolvers(List<EndpointExceptionResolver> endpointExceptionResolvers)
          Sets the EndpointExceptionResolvers to use by this MessageDispatcher.
 

Uses of EndpointExceptionResolver in org.springframework.ws.server.endpoint
 

Classes in org.springframework.ws.server.endpoint that implement EndpointExceptionResolver
 class AbstractEndpointExceptionResolver
          Abstract base class for EndpointExceptionResolvers.
 

Uses of EndpointExceptionResolver in org.springframework.ws.soap.security
 

Methods in org.springframework.ws.soap.security with parameters of type EndpointExceptionResolver
 void AbstractWsSecurityInterceptor.setExceptionResolver(EndpointExceptionResolver exceptionResolver)
          Provide an EndpointExceptionResolver for resolving validation exceptions.
 

Uses of EndpointExceptionResolver in org.springframework.ws.soap.server.endpoint
 

Classes in org.springframework.ws.soap.server.endpoint that implement EndpointExceptionResolver
 class AbstractSoapFaultDefinitionExceptionResolver
          Abstract base class for SOAP-based EndpointExceptionResolver implementations that depend on SoapFaultDefinition.
 class SimpleSoapExceptionResolver
          Simple, SOAP-specific EndpointExceptionResolver implementation that stores the exception's message as the fault string.
 class SoapFaultAnnotationExceptionResolver
          Implementation of the EndpointExceptionResolver interface that uses the SoapFault annotation to map exceptions to SOAP Faults.
 class SoapFaultMappingExceptionResolver
          Exception resolver that allows for mapping exception class names to SOAP Faults.
 


Spring Web Services Framework

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