インターフェース EndpointAwareWebServiceConnection

すべてのスーパーインターフェース:
AutoCloseableSEWebServiceConnection
すべての既知の実装クラス:
HttpExchangeConnectionHttpServletConnection

public interface EndpointAwareWebServiceConnection extends WebServiceConnection
エンドポイントが見つからないサーバー側の状況を認識する WebServiceConnection のサブインターフェース。通常、これにより特別なエラーコードが発生します。
導入:
1.0.0
作成者:
Arjen Poutsma
関連事項:
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    void
    エンドポイントが見つからない場合に呼び出されます。

    インターフェース org.springframework.ws.transport.WebServiceConnection から継承されたメソッド

    close, getErrorMessage, getUri, hasError, receive, send
  • メソッドの詳細

    • endpointNotFound

      void endpointNotFound()
      エンドポイントが見つからない場合に呼び出されます。