Uses of Interface
org.apache.camel.builder.endpoint.dsl.XmppEndpointBuilderFactory.XmppEndpointBuilder
Packages that use XmppEndpointBuilderFactory.XmppEndpointBuilder
-
Uses of XmppEndpointBuilderFactory.XmppEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return XmppEndpointBuilderFactory.XmppEndpointBuilderModifier and TypeMethodDescriptionXMPP (camel-xmpp) Send and receive messages to/from an XMPP chat server.XMPP (camel-xmpp) Send and receive messages to/from an XMPP chat server. -
Uses of XmppEndpointBuilderFactory.XmppEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return XmppEndpointBuilderFactory.XmppEndpointBuilderModifier and TypeMethodDescriptionXmppEndpointBuilderFactory.AdvancedXmppEndpointBuilder.basic()XmppEndpointBuilderFactory.endpointBuilder(String componentName, String path) XmppEndpointBuilderFactory.XmppEndpointBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.XmppEndpointBuilderFactory.XmppEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.XmppEndpointBuilderFactory.XmppEndpointBuilder.login(boolean login) Whether to login the user.Whether to login the user.Use nickname when joining room.Password for login.XmppEndpointBuilderFactory.XmppEndpointBuilder.pubsub(boolean pubsub) Accept pubsub packets on input, default is false.Accept pubsub packets on input, default is false.If this option is specified, the component will connect to MUC (Multi User Chat).XmppEndpointBuilderFactory.XmppEndpointBuilder.roomPassword(String roomPassword) Password for room.XmppEndpointBuilderFactory.XmppEndpointBuilder.serviceName(String serviceName) The name of the service you are connecting to.XmppEndpointBuilderFactory.XmppEndpointBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) Specifies whether to test the connection on startup.XmppEndpointBuilderFactory.XmppEndpointBuilder.testConnectionOnStartup(String testConnectionOnStartup) Specifies whether to test the connection on startup.User name (without server name).XMPP (camel-xmpp) Send and receive messages to/from an XMPP chat server.XMPP (camel-xmpp) Send and receive messages to/from an XMPP chat server.