Versions Compared

Key

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

...

Component / ArtifactId / URI

Description

Browse / camel-core

Code Block
none
none
browse:someName

Provides a simple BrowsableEndpoint which can be useful for testing, visualisation tools or debugging. The exchanges sent to the endpoint are all available to be browsed.

ControlBus / camel-core

Code Block
none
none
controlbus:command[?<options>]

ControlBus EIP that allows to send messages to Endpoints for managing and monitoring your Camel applications.

DNS / camel-dns

Code Block
none
none

dns:operation[?<options>]

To lookup domain information and run Domain Name System (DNS) queries using DNSJava.

JMX / camel-jmx

Code Block
none
none
jmx://platform[?<options>]

For working with Java Management Extensions (JMX) notification listeners.

Log / camel-core

Code Block
none
none
log:loggingCategory[?<options>]

Uses Jakarta Commons Logging to log the message exchange to some underlying logging system like log4j.

Nagios / camel-nagios

Code Block
none
none
nagios://hostName[:port][?<options>]

Sending passive checks to Nagios using JSendNSCA.. Nagios supports IT Infrastruture Monitoring.

SNMP / camel-snmp

Code Block
none
none
snmp://hostName[:port][?<options>]

Polling OID values and receiving traps using SNMP via SNMP4J library.

...

MINA2 / camel-mina2mina2

Component / ArtifactId / URI

Description

MINA HL7 / camel-minahl7

Code Block
none
none
mina:<tcp|udp|vm>:mina2:tcp://hostName[:port][?<options>]

Working with Apache Multipurpose Infrastructure for Network Applications (MINA) 1.x. Transmission Control Protocol (TCP), User Datagram Protocol (UDP) and Virtual Machine (VM) protocol are supported.

For working with the HL7 MLLP protocol and the HL7 model using the HAPI library.

MINA / camel-mina

Code Block
none
none

mina:<tcp|udp|vm>:hostName[:port][?<options>]

Working with Apache MINA 2Multipurpose Infrastructure for Network Applications (MINA) 1.x. Transmission Control Protocol (TCP), User Datagram Protocol (UDP) and Virtual Machine (VM) protocol are supported.

HL7 MINA2 / camel-hl7mina2

Code Block
none
none
mina2:tcp://<tcp|udp|vm>:hostName[:port][?<options>]

For working with the HL7 MLLP protocol and the HL7 model using the HAPI library Working with Apache MINA 2.x. Transmission Control Protocol (TCP), User Datagram Protocol (UDP) and Virtual Machine (VM) protocol are supported.

Netty / camel-netty

Code Block
none
none
netty:<tcp|udp>//hostName[:port][?<options>]

Working with TCP and UDP protocols using Java NIO based capabilities offered by the Netty project.

Netty HTTP / camel-netty-http

Code Block
none
none
netty-http:http:[port]/contextPath[?<options>]

Netty HTTP server and client using the Netty project.

...

To lookup domain information and run Domain Name System (DNS) queries using DNSJava.

Component / ArtifactId / URI

Description

Bean Validation / camel-bean-validator

Code Block
none
none
bean-validator:something[?<options>]

Validates the payload of a message using the Java Validation API (JSR 303 and Java API for XML Processing (JAXP) Validation) and its reference implementation Hibernate Validator.

FOP / camel-fop

Code Block
none
none
fop:outputFormat[?<options>]

Renders the message into different output formats using Formatting Objects Processor (FOP), which is driven by XSL formatting objects (XSL-FO).

MSV / camel-msv

Code Block
none
none
msv:someLocalOrRemoteResource[?<options>]

Validates the payload of a message using the MSV Library.

RNC / camel-jing

Code Block
none
none
rnc:/relativeOrAbsoluteUri[?<options>]

Validates the payload of a message using RelaxNG Compact Syntax.

RNG / camel-jing

Code Block
none
none
rng:/relativeOrAbsoluteUri[?<options>]

Validates the payload of a message using RelaxNG.

StAX / camel-stax

Code Block
none
none
stax:(contentHandlerClassName|#myHandler)

Process messages through a Simple API for XML (SAX) ContentHandler.

XQuery / camel-saxon

Code Block
none
none
xquery:someXQueryResource

Generates a response using an XQuery template.

XSLT / camel-core

Code Block
none
none
xslt:templateName[?<options>]

Generates a response using a Extensible Stylesheet Language Transformations (XSLT) template.

Validation / camel-core

Code Block
none
none
validation:someLocalOrRemoteResource[?<options>]

Validates the payload of a message using XML Schema and JAXP Validation.

DNS / camel-dns

Code Block
nonenone

dns:operation[?<options>]