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:
Processor, Producer, Service

public class XmppPrivateChatProducer
extends DefaultProducer

Version:
$Revision: 756358 $

Constructor Summary
XmppPrivateChatProducer(XmppEndpoint endpoint, String participant)
           
 
Method Summary
protected  void doStop()
           
 String getParticipant()
           
 void process(Exchange exchange)
           
 
Methods inherited from class org.apache.camel.impl.DefaultProducer
createExchange, createExchange, createExchange, doStart, getEndpoint, toString
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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(Exchange exchange)

doStop

protected void doStop()
               throws Exception
Overrides:
doStop in class DefaultProducer
Throws:
Exception

getParticipant

public String getParticipant()


Apache CAMEL