org.apache.camel.component.cxf
Class CxfComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent<CxfExchange>
          extended by org.apache.camel.component.cxf.CxfComponent
All Implemented Interfaces:
org.apache.camel.Component<CxfExchange>, org.apache.camel.Service

public class CxfComponent
extends org.apache.camel.impl.DefaultComponent<CxfExchange>

Defines the CXF Component

Version:
$Revision: 563665 $

Constructor Summary
CxfComponent()
           
CxfComponent(org.apache.camel.CamelContext context)
           
 
Method Summary
protected  org.apache.camel.Endpoint<CxfExchange> createEndpoint(String uri, String remaining, Map parameters)
           
protected  org.apache.cxf.transport.local.LocalTransportFactory findLocalTransportFactory()
           
 org.apache.cxf.transport.local.LocalTransportFactory getLocalTransportFactory()
           
 void setLocalTransportFactory(org.apache.cxf.transport.local.LocalTransportFactory localTransportFactory)
           
 
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

CxfComponent

public CxfComponent()

CxfComponent

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

createEndpoint

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

getLocalTransportFactory

public org.apache.cxf.transport.local.LocalTransportFactory getLocalTransportFactory()
                                                                              throws org.apache.cxf.BusException
Throws:
org.apache.cxf.BusException

setLocalTransportFactory

public void setLocalTransportFactory(org.apache.cxf.transport.local.LocalTransportFactory localTransportFactory)

findLocalTransportFactory

protected org.apache.cxf.transport.local.LocalTransportFactory findLocalTransportFactory()
                                                                                  throws org.apache.cxf.BusException
Throws:
org.apache.cxf.BusException


Copyright © 2007 Apache Software Foundation. All Rights Reserved.