Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sample Name

Sample Description

Sample Location

WS-Addressing

Sample shows how WS-Addressing support in Apache CXF may be enabled.

ws_addressing

WS-Policy

Sample shows how the CXF WS-Policy framework in Apache CXF uses WSDL 1.1 Policy attachments to enable the use of WS-Addressing.

ws_policy

WS-RM

Sample shows how WS-ReliableMessaging support in Apache CXF may be enabled.

ws_rm

 Security Interofest

Sample is being used to help implement WS-SecurityPolicy, WS-SecureConversation, and WS-Trust within CXF.

ws_security\interopfest

WS-Security (Signature and Encryption)

Sample shows how WS-Security support in Apache CXF may be enabled. WS-Security can be configured to the Client and Server endpoints by adding WSS4JInterceptors. Both Server and Client can be configured for outgoing and incoming interceptors. Various Actions like, Timestamp, UsernameToken, Signature, Encryption, etc., can be applied to the interceptors by passing appropriate configuration properties.

ws_security_sign_enc

WS-Security (UsernameToken and Timestamp)

Sample shows how WS-Security support in Apache CXF may be enabled. WS-Security can be configured to the Client and Server endpoints by adding WSS4JInterceptors. Both Server and Client can be configured for outgoing and incoming interceptors. Various Actions like, Timestamp, UsernameToken, Signature, Encryption, etc., can be applied to the interceptors by passing appropriate configuration properties.

ws_security_ut

WS-Security (UsernameToken and Timestamp)

Sample shows how WS-Security support in Apache CXF may be enabled. WS-Security can be configured to the Client and Server endpoints by adding WS-SecurityPolicies into the WSDL.

ws_security\ut_policy

WS-Security (Signature and UsernameToken)

Sample shows how WS-Security support in Apache CXF may be enabled. WS-Security can be configured to the Client and Server endpoints by adding WSS4JInterceptors. Both Server and Client can be configured for outgoing and incoming interceptors. Various Actions like, Timestamp, UsernameToken, Signature, Encryption, etc., can be applied to the interceptors by passing appropriate configuration properties.

ws_security\ut_sign

...