org.apache.servicemix.cxf.transport.jbi
Class JBITransportFactory

java.lang.Object
  extended by org.apache.cxf.transport.AbstractTransportFactory
      extended by org.apache.servicemix.cxf.transport.jbi.JBITransportFactory
All Implemented Interfaces:
org.apache.cxf.transport.ConduitInitiator, org.apache.cxf.transport.DestinationFactory

public class JBITransportFactory
extends org.apache.cxf.transport.AbstractTransportFactory
implements org.apache.cxf.transport.ConduitInitiator, org.apache.cxf.transport.DestinationFactory


Field Summary
static java.util.List<java.lang.String> DEFAULT_NAMESPACES
           
static java.lang.String TRANSPORT_ID
           
 
Constructor Summary
JBITransportFactory()
           
 
Method Summary
 org.apache.cxf.Bus getBus()
           
 org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo targetInfo)
           
 org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target)
           
 javax.jbi.messaging.DeliveryChannel getDeliveryChannel()
           
 org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei)
           
 JBIDestination getDestination(java.lang.String epName)
           
 java.util.Set<java.lang.String> getUriPrefixes()
           
 void putDestination(java.lang.String epName, JBIDestination destination)
           
 void removeDestination(java.lang.String epName)
           
 void setActivationNamespaces(java.util.Collection<java.lang.String> ans)
           
 void setBus(org.apache.cxf.Bus b)
           
 void setDeliveryChannel(javax.jbi.messaging.DeliveryChannel newDeliverychannel)
           
 
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
 

Field Detail

TRANSPORT_ID

public static final java.lang.String TRANSPORT_ID
See Also:
Constant Field Values

DEFAULT_NAMESPACES

public static final java.util.List<java.lang.String> DEFAULT_NAMESPACES
Constructor Detail

JBITransportFactory

public JBITransportFactory()
Method Detail

setBus

public void setBus(org.apache.cxf.Bus b)
Overrides:
setBus in class org.apache.cxf.transport.AbstractTransportFactory

getBus

public org.apache.cxf.Bus getBus()
Overrides:
getBus in class org.apache.cxf.transport.AbstractTransportFactory

getUriPrefixes

public java.util.Set<java.lang.String> getUriPrefixes()
Specified by:
getUriPrefixes in interface org.apache.cxf.transport.ConduitInitiator
Specified by:
getUriPrefixes in interface org.apache.cxf.transport.DestinationFactory
Overrides:
getUriPrefixes in class org.apache.cxf.transport.AbstractTransportFactory

setActivationNamespaces

public void setActivationNamespaces(java.util.Collection<java.lang.String> ans)

getDeliveryChannel

public javax.jbi.messaging.DeliveryChannel getDeliveryChannel()

setDeliveryChannel

public void setDeliveryChannel(javax.jbi.messaging.DeliveryChannel newDeliverychannel)

getConduit

public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo targetInfo)
                                            throws java.io.IOException
Specified by:
getConduit in interface org.apache.cxf.transport.ConduitInitiator
Throws:
java.io.IOException

getConduit

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

getDestination

public org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei)
                                                    throws java.io.IOException
Specified by:
getDestination in interface org.apache.cxf.transport.DestinationFactory
Throws:
java.io.IOException

putDestination

public void putDestination(java.lang.String epName,
                           JBIDestination destination)
                    throws javax.jbi.JBIException
Throws:
javax.jbi.JBIException

getDestination

public JBIDestination getDestination(java.lang.String epName)

removeDestination

public void removeDestination(java.lang.String epName)


Copyright © 2005-2013 FuseSource. All Rights Reserved.