Interface XmppComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface XmppComponentBuilderFactory
Send and receive messages to/from an XMPP chat server. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
XmppComponentBuilderFactory.XmppComponentBuilder
Builder for the XMPP component.static class
XmppComponentBuilderFactory.XmppComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static XmppComponentBuilderFactory.XmppComponentBuilder
xmpp()
XMPP (camel-xmpp) Send and receive messages to/from an XMPP chat server.
-
-
-
Method Detail
-
xmpp
static XmppComponentBuilderFactory.XmppComponentBuilder xmpp()
XMPP (camel-xmpp) Send and receive messages to/from an XMPP chat server. Category: chat,messaging Since: 1.0 Maven coordinates: org.apache.camel:camel-xmpp- Returns:
- the dsl builder
-
-