| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static XmppEndpointBuilderFactory.XmppEndpointBuilder |
StaticEndpointBuilders.xmpp(String path)
XMPP (camel-xmpp)
Send and receive messages to/from an XMPP chat server.
|
static XmppEndpointBuilderFactory.XmppEndpointBuilder |
StaticEndpointBuilders.xmpp(String componentName,
String path)
XMPP (camel-xmpp)
Send and receive messages to/from an XMPP chat server.
|
| Modifier and Type | Method and Description |
|---|---|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.AdvancedXmppEndpointBuilder.basic() |
static XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppEndpointBuilder.headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppEndpointBuilder.login(boolean login)
Whether to login the user.
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppEndpointBuilder.login(String login)
Whether to login the user.
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppEndpointBuilder.nickname(String nickname)
Use nickname when joining room.
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppEndpointBuilder.password(String password)
Password for login.
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppEndpointBuilder.pubsub(boolean pubsub)
Accept pubsub packets on input, default is false.
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppEndpointBuilder.pubsub(String pubsub)
Accept pubsub packets on input, default is false.
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppEndpointBuilder.room(String room)
If this option is specified, the component will connect to MUC (Multi
User Chat).
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppEndpointBuilder.roomPassword(String roomPassword)
Password for room.
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppEndpointBuilder.serviceName(String serviceName)
The name of the service you are connecting to.
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppEndpointBuilder.testConnectionOnStartup(boolean testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppEndpointBuilder.testConnectionOnStartup(String testConnectionOnStartup)
Specifies whether to test the connection on startup.
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppEndpointBuilder.user(String user)
User name (without server name).
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppBuilders.xmpp(String path)
XMPP (camel-xmpp)
Send and receive messages to/from an XMPP chat server.
|
default XmppEndpointBuilderFactory.XmppEndpointBuilder |
XmppEndpointBuilderFactory.XmppBuilders.xmpp(String componentName,
String path)
XMPP (camel-xmpp)
Send and receive messages to/from an XMPP chat server.
|
Apache Camel