- scheduleDelayedStart() - Method in class org.apache.camel.component.xmpp.XmppConsumer
-
- setBinding(XmppBinding) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
Sets the binding used to convert from a Camel message to and from an XMPP
message
- setConnectionPollDelay(int) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
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.
- setCreateAccount(boolean) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
If true, an attempt to create an account will be made.
- setDoc(boolean) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
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
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
To use a custom HeaderFilterStrategy to filter header to and from Camel message.
- setHost(String) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
Hostname for the chat server
- setLogin(boolean) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
Whether to login the user.
- setNickname(String) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
Use nickname when joining room.
- setParticipant(String) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
JID (Jabber ID) of person to receive messages.
- setPassword(String) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
Password for login
- setPort(int) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
Port number for the chat server
- setPubsub(boolean) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
Accept pubsub packets on input, default is false
- setResource(String) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
XMPP resource.
- setRoom(String) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
If this option is specified, the component will connect to MUC (Multi User Chat).
- setServiceName(String) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
The name of the service you are connecting to.
- setTestConnectionOnStartup(boolean) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
Specifies whether to test the connection on startup.
- setUser(String) - Method in class org.apache.camel.component.xmpp.XmppEndpoint
-
User name (without server name).
- setXmppMessage(Message) - Method in class org.apache.camel.component.xmpp.XmppMessage
-
- setXmppPacket(Packet) - Method in class org.apache.camel.component.xmpp.XmppMessage
-
- SUBJECT - Static variable in interface org.apache.camel.component.xmpp.XmppConstants
-