default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder.basic() |
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.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.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.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.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
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.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
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.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
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.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.doc(String 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.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.headerFilterStrategy(String headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.login(boolean login) |
Whether to login the user.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.login(String login) |
Whether to login the user.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.nickname(String nickname) |
Use nickname when joining room.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.password(String password) |
Password for login.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.pubsub(boolean pubsub) |
Accept pubsub packets on input, default is false.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.pubsub(String pubsub) |
Accept pubsub packets on input, default is false.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.room(String room) |
If this option is specified, the component will connect to MUC (Multi
User Chat).
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.roomPassword(String roomPassword) |
Password for room.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.serviceName(String serviceName) |
The name of the service you are connecting to.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) |
Specifies whether to test the connection on startup.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.testConnectionOnStartup(String testConnectionOnStartup) |
Specifies whether to test the connection on startup.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder.user(String user) |
User name (without server name).
|