org.apache.camel.component.cxf
Class CxfInvokeConsumer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultConsumer<CxfExchange>
          extended by 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 $

Field Summary
protected  CxfInvokeEndpoint cxfEndpoint
           
 
Constructor Summary
CxfInvokeConsumer(CxfInvokeEndpoint endpoint, org.apache.camel.Processor processor)
           
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
protected  void incomingCxfMessage(org.apache.cxf.message.Message message)
           
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Field Detail

cxfEndpoint

protected CxfInvokeEndpoint cxfEndpoint
Constructor Detail

CxfInvokeConsumer

public CxfInvokeConsumer(CxfInvokeEndpoint endpoint,
                         org.apache.camel.Processor processor)
Method Detail

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.