Spring Web Services Framework

Uses of Class
org.springframework.ws.soap.server.endpoint.SoapFaultDefinition

Packages that use SoapFaultDefinition
org.springframework.ws.soap.server.endpoint Provides EndpointAdapter, EndpointMapping, and EndpointExceptionResolver implementations for SOAP. 
 

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

Methods in org.springframework.ws.soap.server.endpoint that return SoapFaultDefinition
protected  SoapFaultDefinition SoapFaultAnnotationExceptionResolver.getFaultDefinition(Object endpoint, Exception ex)
           
protected  SoapFaultDefinition SoapFaultMappingExceptionResolver.getFaultDefinition(Object endpoint, Exception ex)
           
protected abstract  SoapFaultDefinition AbstractSoapFaultDefinitionExceptionResolver.getFaultDefinition(Object endpoint, Exception ex)
          Template method that returns the SoapFaultDefinition for the given exception.
 

Methods in org.springframework.ws.soap.server.endpoint with parameters of type SoapFaultDefinition
 void AbstractSoapFaultDefinitionExceptionResolver.setDefaultFault(SoapFaultDefinition defaultFault)
          Set the default fault.
 


Spring Web Services Framework

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