org.apache.camel.component.xmpp
Class XmppPrivateChatProducer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultProducer
          extended by org.apache.camel.component.xmpp.XmppPrivateChatProducer
All Implemented Interfaces:
org.apache.camel.Processor, org.apache.camel.Producer, org.apache.camel.Service

public class XmppPrivateChatProducer
extends org.apache.camel.impl.DefaultProducer

Version:
$Revision: 563665 $

Constructor Summary
XmppPrivateChatProducer(XmppEndpoint endpoint, String participant)
           
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
 org.jivesoftware.smack.Chat getChat()
           
 String getParticipant()
           
 void process(org.apache.camel.Exchange exchange)
           
 void setChat(org.jivesoftware.smack.Chat chat)
           
 
Methods inherited from class org.apache.camel.impl.DefaultProducer
createExchange, createExchange, getEndpoint
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, isStarted, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

XmppPrivateChatProducer

public XmppPrivateChatProducer(XmppEndpoint endpoint,
                               String participant)
Method Detail

process

public void process(org.apache.camel.Exchange exchange)

doStart

protected void doStart()
                throws Exception
Overrides:
doStart in class org.apache.camel.impl.DefaultProducer
Throws:
Exception

doStop

protected void doStop()
               throws Exception
Overrides:
doStop in class org.apache.camel.impl.DefaultProducer
Throws:
Exception

getChat

public org.jivesoftware.smack.Chat getChat()

setChat

public void setChat(org.jivesoftware.smack.Chat chat)

getParticipant

public String getParticipant()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.