public class XmppGroupChatProducer
extends org.apache.camel.impl.DefaultProducer
Constructor and Description |
---|
XmppGroupChatProducer(XmppEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
protected void |
doStop() |
String |
getRoom() |
protected void |
initializeChat() |
void |
process(org.apache.camel.Exchange exchange) |
createExchange, createExchange, createExchange, getEndpoint, isSingleton, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public XmppGroupChatProducer(XmppEndpoint endpoint) throws org.jivesoftware.smack.XMPPException
org.jivesoftware.smack.XMPPException
public void process(org.apache.camel.Exchange exchange)
protected void doStart() throws Exception
doStart
in class org.apache.camel.impl.DefaultProducer
Exception
protected void initializeChat() throws InterruptedException, org.jivesoftware.smack.SmackException, org.jivesoftware.smack.XMPPException, org.jxmpp.stringprep.XmppStringprepException
InterruptedException
org.jivesoftware.smack.SmackException
org.jivesoftware.smack.XMPPException
org.jxmpp.stringprep.XmppStringprepException
protected void doStop() throws Exception
doStop
in class org.apache.camel.impl.DefaultProducer
Exception
public String getRoom()
Apache Camel