public static interface XmppEndpointBuilderFactory.XmppBuilders
| Modifier and Type | Method and Description |
|---|---|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
xmpp(String path)
XMPP (camel-xmpp)
Send and receive messages to/from an XMPP chat server.
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
xmpp(String componentName,
String path)
XMPP (camel-xmpp)
Send and receive messages to/from an XMPP chat server.
|
default 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.path - host:port/participantdefault XmppEndpointBuilderFactory.XmppEndpointBuilder xmpp(String componentName, 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.componentName - to use a custom component name for the endpoint
instead of the default namepath - host:port/participantApache Camel