24.3.4.20. @EndpointProperty アノテーションを使用した WS-Security の設定
@WebService @EndpointProperty(name="ws-security.callback-handler" value="interop.client.UTPasswordCallback") @EndpointProperty(name="ws-security.signature.properties" value="etc/keystore.properties") @EndpointProperty(name="ws-security.encryption.properties" value="etc/truststore.properties") @EndpointProperty(name="ws-security.encryption.username" value="useReqSigCert") public interface HelloWorld { String sayHi(@WebParam(name = "text") String text); }
@EndpointProperties annotation
@EndpointProperties
アノテーションは、org.apache.cxf.annotations.EndpointProperties
インターフェイスによって定義されます。SEI に配置されます。
このアノテーションは、複数の @EndpointProperty
アノテーションをリストにグループ化する方法を提供します。@EndpointProperties
を使用すると、「@EndpointProperties アノテーションを使用した WS-Security の設定」 に示すように 「@EndpointProperty アノテーションを使用した WS-Security の設定」 を再書き込みできます。