org.apache.camel.component.cxf
Class CxfConsumer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultConsumer
org.apache.camel.component.cxf.CxfConsumer
- All Implemented Interfaces:
- Consumer, Service, ShutdownableService
public class CxfConsumer
- extends DefaultConsumer
A Consumer of exchanges for a service in CXF. CxfConsumer acts a CXF
service to receive requests, convert them, and forward them to Camel
route for processing. It is also responsible for converting and sending
back responses to CXF client.
- Version:
- $Revision: 21400 $
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, shutdown, start, stop |
CxfConsumer
public CxfConsumer(CxfEndpoint endpoint,
Processor processor)
throws Exception
- Throws:
Exception
doStart
protected void doStart()
throws Exception
- Overrides:
doStart in class DefaultConsumer
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Overrides:
doStop in class DefaultConsumer
- Throws:
Exception
getServer
public org.apache.cxf.endpoint.Server getServer()
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.