org.apache.camel.component.cxf
Class CxfInvokeComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent<CxfExchange>
          extended by org.apache.camel.component.cxf.CxfInvokeComponent
All Implemented Interfaces:
org.apache.camel.Component<CxfExchange>, org.apache.camel.Service

public class CxfInvokeComponent
extends org.apache.camel.impl.DefaultComponent<CxfExchange>

Version:
$Revision: 525898 $

Constructor Summary
CxfInvokeComponent()
           
CxfInvokeComponent(org.apache.camel.CamelContext context)
           
 
Method Summary
protected  org.apache.camel.Endpoint<CxfExchange> createEndpoint(String uri, String remaining, Map parameters)
           
protected  String getAddress(String uri)
          Remove query from uri
 org.apache.cxf.Bus getBus()
           
protected  Properties getQueryAsProperties(URI u)
          Read query parameters from uri
 
Methods inherited from class org.apache.camel.impl.DefaultComponent
createEndpoint, createExecutorService, doStart, doStop, getCamelContext, getExecutorService, setCamelContext, setExecutorService
 
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, toString, wait, wait, wait
 

Constructor Detail

CxfInvokeComponent

public CxfInvokeComponent()

CxfInvokeComponent

public CxfInvokeComponent(org.apache.camel.CamelContext context)
Method Detail

createEndpoint

protected org.apache.camel.Endpoint<CxfExchange> createEndpoint(String uri,
                                                                String remaining,
                                                                Map parameters)
                                                         throws Exception
Specified by:
createEndpoint in class org.apache.camel.impl.DefaultComponent<CxfExchange>
Throws:
Exception

getQueryAsProperties

protected Properties getQueryAsProperties(URI u)
Read query parameters from uri

Parameters:
u -
Returns:
parameter value pairs as properties

getAddress

protected String getAddress(String uri)
Remove query from uri

Parameters:
uri -
Returns:
substring before the "?" character

getBus

public org.apache.cxf.Bus getBus()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.