Versions Compared

Key

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

...

Sample Name

Sample Description

Sample Location

Java First using JAX-WS APIs and JSR-181

Sample illustrates how to develop a service using the "code first" approach with the JAX-WS APIs.

java_first_jaxws

Java First JAX-WS APIs and JSR-181

Sample illustrates how to develop a service using the JAXWSFactoryBeans. It also makes use of LoggingInterceptors. The sample takes the "code first" approach using JAX-WS APIs.

java_first_jaxws_factory_bean

Java First POJO Sample

Sample illustrates how to develop a service that is "code first", POJO-based. This sample uses the JAXB Data binding by default, but you can use Aegis Data binding by removing a few lines detailed in the README.txt file.

java_first_pojo

Spring HTTP Sample

Sample will lead you through creating your first service with Spring. You'll learn how to write a simple JAX-WS "code-first" service, set up the HTTP Servlet transport and use CXF's Spring beans.

java_first_spring_support

JAX-WS Asynchronous Demo using Document/Literal Style

Sample using Document/Literal Style sample illustrates the use of the JAX-WS asynchronous invocation model.

jaxws_async

JAX-WS Dispatch/Provider Demo

Sample demonstrates the use of JAX-WS Dispatch and Provider interface.

jaxws_dispatch_provider

JAX-WS Handler Demo

Sample shows how JAX-WS handlers are used. The server uses a SOAP protocol handler which logs incoming and outgoing messages to the console.

jax_ws_handlers

...

Sample Name

Sample Description

Sample Location

WSDL First

Sample shows how to build and call a web service using a given WSDL (also called Contract First).

wsdl_first

Hello World using Document/Literal Style and a Dynamic Client

Sample illustrates the use of the CXF dynamic client against a standalone server using SOAP 1.1 over HTTP.

wsdl_first_dynamic_client

Hello World WSDL first demo using HTTPS communications

Sample takes the hello world sample a step further by doing the communication using HTTPS.

wsdl_first_https

Hello World WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)

Sample illustrates the use of Apache CXF's xml binding. This specific sample shows you how xml binding works with the doc-lit bare style.

wsdl_first_pure_xml

Hello World WSDL first demo using RPC-Literal Style

Sample demonstrates the use of the hello world sample with RPC-Literal style binding.

wsdl_first_rpclit

Hello World WSDL first demo using SOAP12 using Document/Literal Style

Sample shows the use of Apache CXF's SOAP 1.2 capabilities.

wsdl_first_soap12

Hello World using WRAPPED Style in XML Binding (pure XML over HTTP)

Sample illustrates the use of Apache CXF's xml binding. This specific sample shows you how xml binding works with the doc-lit wrapped style.

wsdl_first_xml_wrapper

...

Sample Name

Sample Description

Sample Location

RESTful Hello World Demo

Sample shows REST based Web Services using the JAX-WS Provider/Dispatch.

restful_dispatch

RESTful HTTP Binding Demo

Sample shows how to create RESTful services using CXF's HTTP binding. The server in the sample creates 3 different endpoints: a RESTful XML endpoint, a RESTful JSON endpoint, and a SOAP endpoint.

restful_http_binding

...

Sample Name

Sample Description

Sample Location

WS-Addressing Demo

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

ws_addressing

WS-Policy Demo

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 Demo

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

...

Sample Name

Sample Description

Sample Location

Callback

Sample shows a client creating a callback object by passing an EndpointReferenceType to the server. The EndpointReferenceType is then used by the server to call back on the callback object.

callback

Stream GZIP Interceptor

Example shows how to develop an interceptor and add the interceptor into the interceptor chain through configuration.

configuration_interceptor

Groovy with Spring Support

Sample shows how to create groovy web service implemented with Spring. You'll learn how to write a simple groovy script web service.

groovy_spring_support

Co-located using Document/Literal Style

 

in_jvm_transport

JMS Transport

Sample using Document-Literal Style sample demonstrates use of the Document-Literal style binding over JMS transport using the pub/sub mechanism.

jms_pubsub

JMS Transport

Sample using Document-Literal Style sample demonstrates use of the Document-Literal style binding over JMS Transport using the queue mechanism.

jms_queue

MTOM Demo for SWA & XOP

Sample illustrates the use of a SOAP message with an attachment and XML-binary Optimized Packaging.

mtom

MTOSI Alarm Retrieval (SOAP OVER HTTP)

Sample demonstrates a simple CXF based client/server Web service implementing the MTOSI alarm retrieval service.

mtosi_1.1\alarm_retrieval

Ruby Script

Sample shows how to create ruby web service implemented with Spring. You'll learn how to write a simple ruby script web service.

ruby_spring_support

SOAP Sample usingSOAP Headers

Sample illustrates Apache CXF's support for SOAP headers.

soap_header

...