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