Uses of Interface
org.apache.camel.builder.endpoint.dsl.XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder
Packages that use XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder
-
Uses of XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the XMPP component.Methods in org.apache.camel.builder.endpoint.dsl that return XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilderModifier and TypeMethodDescriptionXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.advanced()XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.connectionConfig(String connectionConfig) To use an existing connection configuration.XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.connectionConfig(org.jivesoftware.smack.ConnectionConfiguration connectionConfig) To use an existing connection configuration.XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.createAccount(boolean createAccount) If true, an attempt to create an account will be made.XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.createAccount(String createAccount) If true, an attempt to create an account will be made.XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.XMPP resource.