Class DetailSoapFaultDefinitionExceptionResolver

java.lang.Object
org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver
org.springframework.ws.soap.server.endpoint.AbstractSoapFaultDefinitionExceptionResolver
org.springframework.ws.soap.server.endpoint.SoapFaultMappingExceptionResolver
swiss.trustbroker.wstrust.exception.DetailSoapFaultDefinitionExceptionResolver
All Implemented Interfaces:
org.springframework.core.Ordered, org.springframework.ws.server.EndpointExceptionResolver

public class DetailSoapFaultDefinitionExceptionResolver extends org.springframework.ws.soap.server.endpoint.SoapFaultMappingExceptionResolver
  • Field Summary

    Fields inherited from class org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver

    logger

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    DetailSoapFaultDefinitionExceptionResolver(swiss.trustbroker.exception.GlobalExceptionHandler globalExceptionHandler)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    customizeFault(Object endpoint, Exception ex, org.springframework.ws.soap.SoapFault fault)
     

    Methods inherited from class org.springframework.ws.soap.server.endpoint.SoapFaultMappingExceptionResolver

    getDepth, getFaultDefinition, setExceptionMappings

    Methods inherited from class org.springframework.ws.soap.server.endpoint.AbstractSoapFaultDefinitionExceptionResolver

    resolveExceptionInternal, setDefaultFault

    Methods inherited from class org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver

    buildLogMessage, getOrder, logException, resolveException, setMappedEndpoints, setOrder, setWarnLogCategory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DetailSoapFaultDefinitionExceptionResolver

      public DetailSoapFaultDefinitionExceptionResolver(swiss.trustbroker.exception.GlobalExceptionHandler globalExceptionHandler)
  • Method Details

    • customizeFault

      protected void customizeFault(Object endpoint, Exception ex, org.springframework.ws.soap.SoapFault fault)
      Overrides:
      customizeFault in class org.springframework.ws.soap.server.endpoint.AbstractSoapFaultDefinitionExceptionResolver