Interface EndpointAwareWebServiceConnection

All Superinterfaces:
AutoCloseable, WebServiceConnection
All Known Implementing Classes:
HttpExchangeConnection, HttpServletConnection

public interface EndpointAwareWebServiceConnection extends WebServiceConnection
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 Details

    • endpointNotFound

      void endpointNotFound()
      Called when an endpoint is not found.