@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface XmppEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XmppEndpointBuilderFactory.AdvancedXmppEndpointBuilder
Advanced builder for endpoint for the XMPP component.
|
static interface |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder
Advanced builder for endpoint consumers for the XMPP component.
|
static interface |
XmppEndpointBuilderFactory.AdvancedXmppEndpointProducerBuilder
Advanced builder for endpoint producers for the XMPP component.
|
static interface |
XmppEndpointBuilderFactory.XmppBuilders |
static interface |
XmppEndpointBuilderFactory.XmppEndpointBuilder
Builder for endpoint for the XMPP component.
|
static interface |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder
Builder for endpoint consumers for the XMPP component.
|
static interface |
XmppEndpointBuilderFactory.XmppEndpointProducerBuilder
Builder for endpoint producers for the XMPP component.
|
| Modifier and Type | Method and Description |
|---|---|
static XmppEndpointBuilderFactory.XmppEndpointBuilder |
xmpp(String path)
XMPP (camel-xmpp)
To send and receive messages from a XMPP (chat) server.
|
static XmppEndpointBuilderFactory.XmppEndpointBuilder xmpp(String path)
xmpp:host:port/participant
Path parameter: host (required)
Hostname for the chat server
Path parameter: port (required)
Port number for the chat server
Path parameter: participant
JID (Jabber ID) of person to receive messages. room parameter has
precedence over participant.Apache Camel