org.apache.camel.component.xmpp
Class XmppComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent<XmppExchange>
          extended by org.apache.camel.component.xmpp.XmppComponent
All Implemented Interfaces:
org.apache.camel.Component<XmppExchange>, org.apache.camel.Service

public class XmppComponent
extends org.apache.camel.impl.DefaultComponent<XmppExchange>

Version:
$Revision:520964 $

Constructor Summary
XmppComponent()
           
XmppComponent(org.apache.camel.CamelContext context)
           
 
Method Summary
protected  org.apache.camel.Endpoint<XmppExchange> createEndpoint(String uri, String remaining, Map parameters)
           
static XmppComponent xmppComponent()
          Static builder method
 
Methods inherited from class org.apache.camel.impl.DefaultComponent
createEndpoint, createExecutorService, doStart, doStop, getCamelContext, getExecutorService, setCamelContext, setExecutorService
 
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
 

Constructor Detail

XmppComponent

public XmppComponent()

XmppComponent

public XmppComponent(org.apache.camel.CamelContext context)
Method Detail

xmppComponent

public static XmppComponent xmppComponent()
Static builder method


createEndpoint

protected org.apache.camel.Endpoint<XmppExchange> createEndpoint(String uri,
                                                                 String remaining,
                                                                 Map parameters)
                                                          throws Exception
Specified by:
createEndpoint in class org.apache.camel.impl.DefaultComponent<XmppExchange>
Throws:
Exception


Copyright © 2007 Apache Software Foundation. All Rights Reserved.