org.apache.camel.component.cxf
Class CxfInvokeEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint<CxfExchange>
org.apache.camel.component.cxf.CxfInvokeEndpoint
- All Implemented Interfaces:
- org.apache.camel.Endpoint<CxfExchange>
public class CxfInvokeEndpoint
- extends org.apache.camel.impl.DefaultEndpoint<CxfExchange>
The endpoint in the service engine
- Version:
- $Revision: 563665 $
Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
convertTo, createExchange, createExecutorService, createPollingConsumer, equals, getContext, getEndpointUri, getExchangeType, getExecutorService, hashCode, setExecutorService, toExchangeType, toString |
CxfInvokeEndpoint
public CxfInvokeEndpoint(String uri,
CxfInvokeComponent component,
Properties properties)
createProducer
public org.apache.camel.Producer<CxfExchange> createProducer()
throws Exception
- Throws:
Exception
createConsumer
public org.apache.camel.Consumer<CxfExchange> createConsumer(org.apache.camel.Processor processor)
throws Exception
- Throws:
Exception
createExchange
public CxfExchange createExchange()
createExchange
public CxfExchange createExchange(org.apache.cxf.message.Message inMessage)
getBinding
public CxfBinding getBinding()
setBinding
public void setBinding(CxfBinding binding)
isInOut
public boolean isInOut()
setInOut
public void setInOut(boolean inOut)
getComponent
public CxfInvokeComponent getComponent()
- Overrides:
getComponent
in class org.apache.camel.impl.DefaultEndpoint<CxfExchange>
getProperty
public String getProperty(String key)
getBus
public org.apache.cxf.Bus getBus()
isSingleton
public boolean isSingleton()
Copyright © 2007 Apache Software Foundation. All Rights Reserved.