Package org.springframework.ws.transport
Interface EndpointAwareWebServiceConnection
- All Superinterfaces:
AutoCloseable
,WebServiceConnection
- All Known Implementing Classes:
HttpExchangeConnection
,HttpServletConnection
Sub-interface of
WebServiceConnection
that is aware of any server-side situations where an endpoint is not
found. Typically, this results in a special error codes.- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
-
Method Summary
Methods inherited from interface org.springframework.ws.transport.WebServiceConnection
close, getErrorMessage, getUri, hasError, receive, send
-
Method Details
-
endpointNotFound
void endpointNotFound()Called when an endpoint is not found.
-