Interface XmppEndpointBuilderFactory.XmppEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder,XmppEndpointBuilderFactory.XmppEndpointProducerBuilder
- Enclosing interface:
XmppEndpointBuilderFactory
public static interface XmppEndpointBuilderFactory.XmppEndpointBuilder
extends XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder, XmppEndpointBuilderFactory.XmppEndpointProducerBuilder
Builder for endpoint for the XMPP component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.login(boolean login) Whether to login the user.Whether to login the user.Use nickname when joining room.Password for login.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).roomPassword(String roomPassword) Password for room.serviceName(String serviceName) The name of the service you are connecting to.testConnectionOnStartup(boolean testConnectionOnStartup) Specifies whether to test the connection on startup.testConnectionOnStartup(String testConnectionOnStartup) Specifies whether to test the connection on startup.User name (without server name).Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.endpoint.dsl.XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder
connectionPollDelay, connectionPollDelay, doc, doc
-
Method Details
-
advanced
- Specified by:
advancedin interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
advancedin interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder
-
login
Whether to login the user. The option is a: <code>boolean</code> type. Default: true Group: common- Specified by:
loginin interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
loginin interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder- Parameters:
login- the value to set- Returns:
- the dsl builder
-
login
Whether to login the user. The option will be converted to a <code>boolean</code> type. Default: true Group: common- Specified by:
loginin interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
loginin interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder- Parameters:
login- the value to set- Returns:
- the dsl builder
-
nickname
Use nickname when joining room. If room is specified and nickname is not, user will be used for the nickname. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
nicknamein interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
nicknamein interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder- Parameters:
nickname- the value to set- Returns:
- the dsl builder
-
pubsub
Accept pubsub packets on input, default is false. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
pubsubin interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
pubsubin interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder- Parameters:
pubsub- the value to set- Returns:
- the dsl builder
-
pubsub
Accept pubsub packets on input, default is false. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
pubsubin interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
pubsubin interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder- Parameters:
pubsub- the value to set- Returns:
- the dsl builder
-
room
If this option is specified, the component will connect to MUC (Multi User Chat). Usually, the domain name for MUC is different from the login domain. For example, if you are supermanjabber.org and want to join the krypton room, then the room URL is kryptonconference.jabber.org. Note the conference part. It is not a requirement to provide the full room JID. If the room parameter does not contain the symbol, the domain part will be discovered and added by Camel. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
roomin interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
roomin interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder- Parameters:
room- the value to set- Returns:
- the dsl builder
-
serviceName
The name of the service you are connecting to. For Google Talk, this would be gmail.com. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
serviceNamein interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
serviceNamein interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder- Parameters:
serviceName- the value to set- Returns:
- the dsl builder
-
testConnectionOnStartup
default XmppEndpointBuilderFactory.XmppEndpointBuilder testConnectionOnStartup(boolean testConnectionOnStartup) Specifies whether to test the connection on startup. This is used to ensure that the XMPP client has a valid connection to the XMPP server when the route starts. Camel throws an exception on startup if a connection cannot be established. When this option is set to false, Camel will attempt to establish a lazy connection when needed by a producer, and will poll for a consumer connection until the connection is established. Default is true. The option is a: <code>boolean</code> type. Default: true Group: common- Specified by:
testConnectionOnStartupin interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
testConnectionOnStartupin interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder- Parameters:
testConnectionOnStartup- the value to set- Returns:
- the dsl builder
-
testConnectionOnStartup
default XmppEndpointBuilderFactory.XmppEndpointBuilder testConnectionOnStartup(String testConnectionOnStartup) Specifies whether to test the connection on startup. This is used to ensure that the XMPP client has a valid connection to the XMPP server when the route starts. Camel throws an exception on startup if a connection cannot be established. When this option is set to false, Camel will attempt to establish a lazy connection when needed by a producer, and will poll for a consumer connection until the connection is established. Default is true. The option will be converted to a <code>boolean</code> type. Default: true Group: common- Specified by:
testConnectionOnStartupin interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
testConnectionOnStartupin interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder- Parameters:
testConnectionOnStartup- the value to set- Returns:
- the dsl builder
-
headerFilterStrategy
default XmppEndpointBuilderFactory.XmppEndpointBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message. The option is a: <code>org.apache.camel.spi.HeaderFilterStrategy</code> type. Group: filter- Specified by:
headerFilterStrategyin interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
headerFilterStrategyin interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder- Parameters:
headerFilterStrategy- the value to set- Returns:
- the dsl builder
-
headerFilterStrategy
default XmppEndpointBuilderFactory.XmppEndpointBuilder headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message. The option will be converted to a <code>org.apache.camel.spi.HeaderFilterStrategy</code> type. Group: filter- Specified by:
headerFilterStrategyin interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
headerFilterStrategyin interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder- Parameters:
headerFilterStrategy- the value to set- Returns:
- the dsl builder
-
password
Password for login. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
passwordin interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
passwordin interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder- Parameters:
password- the value to set- Returns:
- the dsl builder
-
roomPassword
Password for room. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
roomPasswordin interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
roomPasswordin interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder- Parameters:
roomPassword- the value to set- Returns:
- the dsl builder
-
user
User name (without server name). If not specified, anonymous login will be attempted. The option is a: <code>java.lang.String</code> type. Group: security- Specified by:
userin interfaceXmppEndpointBuilderFactory.XmppEndpointConsumerBuilder- Specified by:
userin interfaceXmppEndpointBuilderFactory.XmppEndpointProducerBuilder- Parameters:
user- the value to set- Returns:
- the dsl builder
-