Versions Compared

Key

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

...

Sample Name

Sample Description

Sample Location

CXF sample using code first POJO's and the Aegis Binding

Sample illustrates how to develop a service that is "code first", POJO-based. This sample uses the Aegis data binding.

aegis

CXF sample using the Aegis Binding without any webservice

Sample shows you how you can use Aegis with no web service at all (standalone) as a mapping between XML and Java.

aegis_standalone

Hello World using Document/Literal Style and XMLBeans

Sample illustrates the use of the JAX-WS APIs and with the XMLBeans data binding to run a simple client against a standalone server using SOAP 1.1 over HTTP.

xmlbeans

CXF and JMS Samples

Sample Name

Sample Description

Sample Location

Java First demo using JAX-WS and JMS

 

java_first_jaxws_jms

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

JBI Samples

Sample Name

Sample Description

Sample Location

JBI EPEC

Sample illustrates how external CXF client using SOAP/HTTP can communicate with external CXF server using SOAP/JMS through JBI SOAP and JMS binding component (as a transformer).

integration\JBI\external_provider_external_consumer

JBI EPIC

Sample illustrates how internal CXF client that is deployed into CXF service engine can communicate with external CXF server through a generic JBI JMS binding component (as a router).

integration\JBI\external_provider_internal_consumer

JBI and Handlers

Sample shows how JAX-WS handlers can be used in CXF service engine. The sample consists of a CXF Service Engine and a test service assembly. The service assembly contains two service units: a service provider (server) and a service consumer (client).

integration\JBI\handlers

JBI IPEC

Sample illustrates how external CXF client can communicate with internal CXF server which is deployed into CXF service engine through a generic JBI binding component (as a router).

integration\JBI\internal_provider_external_consumer

JBI IPIC

Sample shows how CXF can be used to implement service implementations for a Java Business Integration (JBI) container. The sample consists of a CXF Service Engine and a test service assembly. The service assembly contains two service units: a service provider (server) and a service consumer (client).

integration\JBI\internal_provider_internal_consumer

...

Sample Name

Sample Description

Sample Location

CXF Sampe using a callback object

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

CXF Sample of 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

Colocated Demo 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

Sample usingSOAP Headers

Sample illustrates Apache CXF's support for SOAP headers.

soap_header

...