org.ow2.orchestra.cxf
Class OrchestraCamelTransportFactory

java.lang.Object
  extended by org.apache.cxf.transport.AbstractTransportFactory
      extended by org.apache.camel.component.cxf.transport.CamelTransportFactory
          extended by org.ow2.orchestra.cxf.OrchestraCamelTransportFactory
All Implemented Interfaces:
org.apache.cxf.transport.ConduitInitiator, org.apache.cxf.transport.DestinationFactory

public class OrchestraCamelTransportFactory
extends org.apache.camel.component.cxf.transport.CamelTransportFactory

Author:
Guillaume Porcher

Field Summary
 
Fields inherited from class org.apache.camel.component.cxf.transport.CamelTransportFactory
TRANSPORT_ID
 
Constructor Summary
OrchestraCamelTransportFactory(CxfPublisher cxfPublisher)
           
 
Method Summary
 org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)
           
 
Methods inherited from class org.apache.camel.component.cxf.transport.CamelTransportFactory
getBus, getCamelContext, getConduit, getDestination, getHeaderFilterStrategy, getUriPrefixes, isCheckException, setActivationNamespaces, setBus, setCamelContext, setCheckException, setHeaderFilterStrategy
 
Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory
getTransportIds, register, setTransportIds, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.transport.ConduitInitiator
getTransportIds
 
Methods inherited from interface org.apache.cxf.transport.DestinationFactory
getTransportIds
 

Constructor Detail

OrchestraCamelTransportFactory

public OrchestraCamelTransportFactory(CxfPublisher cxfPublisher)
Method Detail

getConduit

public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo endpointInfo,
                                                   org.apache.cxf.ws.addressing.EndpointReferenceType target)
                                            throws IOException
Specified by:
getConduit in interface org.apache.cxf.transport.ConduitInitiator
Overrides:
getConduit in class org.apache.camel.component.cxf.transport.CamelTransportFactory
Throws:
IOException


Copyright © 2012 OW2 Consortium. All Rights Reserved.