Versions Compared

Key

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

...

Component / ArtifactId / URI

Description

CXF / camel-cxf

Code Block
languagetext
cxf:<bean:cxfEndpoint|//someAddress>[?<options>]

Working with Apache CXF for web services integration.

CXF Bean / camel-cxf

Code Block
languagetext
cxfbean:serviceBeanRef[?<options>]

Proceess the exchange using a JAX-WS or JAX-RS annotated bean from the registry.

CXFRS / camel-cxf

Code Block
languagetext
cxfrs:<bean:rsEndpoint|//someAddress>[?<options>]

Working with Apache CXF for RESTful services integration.

Restlet / camel-restlet

Code Block
languagetext
restlet:restletUrl[?<options>]

Component for consuming and producing Restful resources using Restlet.

REST Swagger / camel-rest-swagger

Code Block
languagetext
rest-swagger:[specificationUri#]opreationId[?<options>]
Component for accessing REST resources using Swagger specification as configuration.

Spring Web Services / camel-spring-ws

Code Block
languagetext
spring-ws:[mapping-type:]someAddress[?<options>]

Client-side support for accessing web services, and server-side support for creating your own contract-first web services using Spring Web Services.

Websocket / camel-websocket

Code Block
languagetext
websocket://hostname[:port][/resourceUri][?<options>]

Communicating with Websocket clients.

...