クラス HttpComponents5MessageSender.RemoveSoapHeadersInterceptor
java.lang.ObjectSE
org.springframework.ws.transport.http.HttpComponents5MessageSender.RemoveSoapHeadersInterceptor
- 実装済みのインターフェース一覧:
org.apache.hc.core5.http.HttpRequestInterceptor
- 含まれているクラス:
- HttpComponents5MessageSender
public static class HttpComponents5MessageSender.RemoveSoapHeadersInterceptor
extends ObjectSE
implements org.apache.hc.core5.http.HttpRequestInterceptor
HttpClient
Content-Length および Transfer-Encoding ヘッダーをリクエストから削除する HttpRequestInterceptor 実装。一部の SAAJ およびその他の SOAP 実装はこれらのヘッダーを自分で設定し、HttpClient が設定されている場合は例外をスローするため、必要です。コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明voidprocess(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.EntityDetails entityDetails, org.apache.hc.core5.http.protocol.HttpContext httpContext) クラス java.lang.ObjectSE から継承されたメソッド
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
コンストラクターの詳細
RemoveSoapHeadersInterceptor
public RemoveSoapHeadersInterceptor()
方法の詳細
process
public void process(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.EntityDetails entityDetails, org.apache.hc.core5.http.protocol.HttpContext httpContext) throws org.apache.hc.core5.http.HttpException, IOExceptionSE - 次で指定:
- インターフェース
org.apache.hc.core5.http.HttpRequestInterceptor内のprocess - 例外:
org.apache.hc.core5.http.HttpExceptionIOExceptionSE