public static interface XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder |
advanced() |
default 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 |
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 |
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 |
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 |
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 |
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 |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
login(boolean login)
Whether to login the user.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
login(String login)
Whether to login the user.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
nickname(String nickname)
Use nickname when joining room.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
password(String password)
Password for login.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
pubsub(boolean pubsub)
Accept pubsub packets on input, default is false.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
pubsub(String pubsub)
Accept pubsub packets on input, default is false.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
room(String room)
If this option is specified, the component will connect to MUC (Multi
User Chat).
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
roomPassword(String roomPassword)
Password for room.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
serviceName(String serviceName)
The name of the service you are connecting to.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
testConnectionOnStartup(boolean testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
testConnectionOnStartup(String testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder |
user(String user)
User name (without server name).
|
default XmppEndpointBuilderFactory.AdvancedXmppEndpointConsumerBuilder advanced()
default XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder login(boolean login)
boolean type.
Default: true
Group: commondefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder login(String login)
boolean type.
Default: true
Group: commondefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder nickname(String nickname)
java.lang.String type.
Group: commondefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder pubsub(boolean pubsub)
boolean type.
Default: false
Group: commondefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder pubsub(String pubsub)
boolean type.
Default: false
Group: commondefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder room(String room)
java.lang.String type.
Group: commondefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder serviceName(String serviceName)
java.lang.String type.
Group: commondefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder testConnectionOnStartup(boolean testConnectionOnStartup)
boolean type.
Default: true
Group: commondefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder testConnectionOnStartup(String testConnectionOnStartup)
boolean type.
Default: true
Group: commondefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder connectionPollDelay(int connectionPollDelay)
int type.
Default: 10
Group: consumerdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder connectionPollDelay(String connectionPollDelay)
int type.
Default: 10
Group: consumerdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder doc(boolean doc)
boolean type.
Default: false
Group: consumerdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder doc(String doc)
boolean type.
Default: false
Group: consumerdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: filterdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder headerFilterStrategy(String headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: filterdefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder password(String password)
java.lang.String type.
Group: securitydefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder roomPassword(String roomPassword)
java.lang.String type.
Group: securitydefault XmppEndpointBuilderFactory.XmppEndpointConsumerBuilder user(String user)
java.lang.String type.
Group: securityApache Camel