Uses of Interface
org.apache.camel.builder.endpoint.dsl.XmppEndpointBuilderFactory.XmppEndpointProducerBuilder
Packages that use XmppEndpointBuilderFactory.XmppEndpointProducerBuilder
-
Uses of XmppEndpointBuilderFactory.XmppEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of XmppEndpointBuilderFactory.XmppEndpointProducerBuilder 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.XmppEndpointProducerBuilderModifier and TypeMethodDescriptionXmppEndpointBuilderFactory.AdvancedXmppEndpointProducerBuilder.basic()XmppEndpointBuilderFactory.XmppEndpointProducerBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.XmppEndpointBuilderFactory.XmppEndpointProducerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.XmppEndpointBuilderFactory.XmppEndpointProducerBuilder.login(boolean login) Whether to login the user.Whether to login the user.Use nickname when joining room.Password for login.XmppEndpointBuilderFactory.XmppEndpointProducerBuilder.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.XmppEndpointProducerBuilder.roomPassword(String roomPassword) Password for room.XmppEndpointBuilderFactory.XmppEndpointProducerBuilder.serviceName(String serviceName) The name of the service you are connecting to.XmppEndpointBuilderFactory.XmppEndpointProducerBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) Specifies whether to test the connection on startup.XmppEndpointBuilderFactory.XmppEndpointProducerBuilder.testConnectionOnStartup(String testConnectionOnStartup) Specifies whether to test the connection on startup.User name (without server name).