public class XmppGroupChatProducer
extends org.apache.camel.support.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, getEndpoint, isSingleton, toStringbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic XmppGroupChatProducer(XmppEndpoint endpoint) throws org.jivesoftware.smack.XMPPException
org.jivesoftware.smack.XMPPExceptionpublic void process(org.apache.camel.Exchange exchange)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultProducerExceptionprotected void initializeChat()
throws InterruptedException,
org.jivesoftware.smack.SmackException,
org.jivesoftware.smack.XMPPException,
org.jxmpp.stringprep.XmppStringprepException
InterruptedExceptionorg.jivesoftware.smack.SmackExceptionorg.jivesoftware.smack.XMPPExceptionorg.jxmpp.stringprep.XmppStringprepExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultProducerExceptionpublic String getRoom()
Apache Camel