org.apache.camel.component.cxf
Class CxfInvokeConsumer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultConsumer<CxfExchange>
org.apache.camel.component.cxf.CxfInvokeConsumer
- All Implemented Interfaces:
- org.apache.camel.Consumer<CxfExchange>, org.apache.camel.Service
public class CxfInvokeConsumer
- extends org.apache.camel.impl.DefaultConsumer<CxfExchange>
A consumer of exchanges for a service in CXF
- Version:
- $Revision: 534145 $
Methods inherited from class org.apache.camel.impl.DefaultConsumer |
getEndpoint, getExceptionHandler, getProcessor, handleException, setExceptionHandler, toString |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
isStarted, isStopped, isStopping, start, stop |
Methods inherited from interface org.apache.camel.Service |
start, stop |
cxfEndpoint
protected CxfInvokeEndpoint cxfEndpoint
CxfInvokeConsumer
public CxfInvokeConsumer(CxfInvokeEndpoint endpoint,
org.apache.camel.Processor processor)
doStart
protected void doStart()
throws Exception
- Overrides:
doStart
in class org.apache.camel.impl.DefaultConsumer<CxfExchange>
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Overrides:
doStop
in class org.apache.camel.impl.DefaultConsumer<CxfExchange>
- Throws:
Exception
incomingCxfMessage
protected void incomingCxfMessage(org.apache.cxf.message.Message message)
Copyright © 2007 Apache Software Foundation. All Rights Reserved.