Interface XmppEndpointBuilderFactory.XmppBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
XmppEndpointBuilderFactory

public static interface XmppEndpointBuilderFactory.XmppBuilders
  • Method Details

    • 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 for the headers' name.
    • 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 Syntax: 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.
      Parameters:
      path - host:port/participant
      Returns:
      the dsl builder
    • xmpp

      default XmppEndpointBuilderFactory.XmppEndpointBuilder xmpp(String componentName, String path)
      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 Syntax: 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.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - host:port/participant
      Returns:
      the dsl builder