Uses of Class
org.springframework.ws.NoEndpointFoundException
Packages that use NoEndpointFoundException
Package
Description
Classes supporting the org.springframework.ws.transport package.
-
Uses of NoEndpointFoundException in org.springframework.ws.transport.support
Methods in org.springframework.ws.transport.support with parameters of type NoEndpointFoundExceptionModifier and TypeMethodDescriptionprotected void
WebServiceMessageReceiverObjectSupport.handleNoEndpointFoundException
(NoEndpointFoundException ex, WebServiceConnection connection, WebServiceMessageReceiver receiver) Template method for handlingNoEndpointFoundException
s.