org.apache.camel.component.cxf
Class CxfInvokeEndpoint

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

Constructor Summary
CxfInvokeEndpoint(String uri, CxfInvokeComponent component, Properties properties)
           
 
Method Summary
 org.apache.camel.Consumer<CxfExchange> createConsumer(org.apache.camel.Processor processor)
           
 CxfExchange createExchange()
           
 CxfExchange createExchange(org.apache.cxf.message.Message inMessage)
           
 org.apache.camel.Producer<CxfExchange> createProducer()
           
 CxfBinding getBinding()
           
 org.apache.cxf.Bus getBus()
           
 CxfInvokeComponent getComponent()
           
 String getProperty(String key)
           
 boolean isInOut()
           
 boolean isSingleton()
           
 void setBinding(CxfBinding binding)
           
 void setInOut(boolean inOut)
           
 
Methods inherited from class org.apache.camel.impl.DefaultEndpoint
convertTo, createExchange, createExecutorService, createPollingConsumer, equals, getContext, getEndpointUri, getExchangeType, getExecutorService, hashCode, setExecutorService, toExchangeType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CxfInvokeEndpoint

public CxfInvokeEndpoint(String uri,
                         CxfInvokeComponent component,
                         Properties properties)
Method Detail

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.