Added handleFault to EndpointInterceptor, moved SoapEndpointInterceptor and SoapEhndpointMapping to org.sfwrk.ws.soap.server package.

This commit is contained in:
Arjen Poutsma
2007-05-14 15:28:37 +00:00
parent c45824d2d8
commit 10e47d5ab6
31 changed files with 268 additions and 167 deletions

View File

@@ -24,9 +24,9 @@ import org.apache.commons.logging.LogFactory;
import org.springframework.util.Assert;
import org.springframework.ws.context.MessageContext;
import org.springframework.ws.soap.SoapBody;
import org.springframework.ws.soap.SoapEndpointInterceptor;
import org.springframework.ws.soap.SoapHeaderElement;
import org.springframework.ws.soap.SoapMessage;
import org.springframework.ws.soap.server.SoapEndpointInterceptor;
/**
* Interceptor base class for interceptors that handle WS-Security.