org.apache.camel.component.cxf
Class CxfProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer
org.apache.camel.component.cxf.CxfProducer
- All Implemented Interfaces:
- org.apache.camel.Processor, org.apache.camel.Producer, org.apache.camel.Service
public class CxfProducer
- extends org.apache.camel.impl.DefaultProducer
Sends messages from Camel into the CXF endpoint
- Version:
- $Revision: 534145 $
Constructor Summary |
CxfProducer(CxfEndpoint endpoint,
org.apache.cxf.transport.local.LocalTransportFactory transportFactory)
|
Methods inherited from class org.apache.camel.impl.DefaultProducer |
createExchange, createExchange, getEndpoint |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
isStarted, isStopped, isStopping, 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 |
CxfProducer
public CxfProducer(CxfEndpoint endpoint,
org.apache.cxf.transport.local.LocalTransportFactory transportFactory)
process
public void process(org.apache.camel.Exchange exchange)
process
public void process(CxfExchange 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
Copyright © 2007 Apache Software Foundation. All Rights Reserved.