クラス AbstractWsSecurityInterceptor

java.lang.ObjectSE
org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
実装されたすべてのインターフェース:
ClientInterceptorEndpointInterceptorSoapEndpointInterceptor
既知の直属サブクラス
Wss4jSecurityInterceptor

public abstract class AbstractWsSecurityInterceptor extends ObjectSE implements SoapEndpointInterceptor, ClientInterceptor
WS-Security を処理するインターセプターのインターセプター基本クラス。endpoint mapping に登録されているサーバー側で使用できます。またはクライアント側、web service template

この基本クラスのサブクラスは、受信メッセージと送信メッセージを保護するように構成できます。デフォルトでは、両方がオンになっています。

導入:
1.0.0
作成者:
Arjen Poutsma