Uses of Interface
org.apache.camel.builder.endpoint.dsl.XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder
Packages that use XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder
-
Uses of XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the XMPP component.Methods in org.apache.camel.builder.endpoint.dsl that return XmppEndpointBuilderFactory.XmppEndpointConsumerBuilderModifier and TypeMethodDescriptionXmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.basic()XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.connectionPollDelay(int connectionPollDelay) The amount of time in seconds between polls (in seconds) to verify the health of the XMPP connection, or between attempts to establish an initial consumer connection.XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.connectionPollDelay(String connectionPollDelay) The amount of time in seconds between polls (in seconds) to verify the health of the XMPP connection, or between attempts to establish an initial consumer connection.XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.doc(boolean doc) Set a doc header on the IN message containing a Document form of the incoming packet; default is true if presence or pubsub are true, otherwise false.Set a doc header on the IN message containing a Document form of the incoming packet; default is true if presence or pubsub are true, otherwise false.XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.login(boolean login) Whether to login the user.Whether to login the user.Use nickname when joining room.Password for login.XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.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.XmppEndpointConsumerBuilder.roomPassword(String roomPassword) Password for room.XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.serviceName(String serviceName) The name of the service you are connecting to.XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) Specifies whether to test the connection on startup.XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.testConnectionOnStartup(String testConnectionOnStartup) Specifies whether to test the connection on startup.User name (without server name).