public class JBITransportFactory
extends org.apache.cxf.transport.AbstractTransportFactory
implements org.apache.cxf.transport.ConduitInitiator, org.apache.cxf.transport.DestinationFactory
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<java.lang.String> |
DEFAULT_NAMESPACES |
static java.lang.String |
TRANSPORT_ID |
| Constructor and Description |
|---|
JBITransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getTransportIds, register, setTransportIds, unregisterpublic static final java.lang.String TRANSPORT_ID
public static final java.util.List<java.lang.String> DEFAULT_NAMESPACES
public void setBus(org.apache.cxf.Bus b)
setBus in class org.apache.cxf.transport.AbstractTransportFactorypublic org.apache.cxf.Bus getBus()
getBus in class org.apache.cxf.transport.AbstractTransportFactorypublic java.util.Set<java.lang.String> getUriPrefixes()
getUriPrefixes in interface org.apache.cxf.transport.ConduitInitiatorgetUriPrefixes in interface org.apache.cxf.transport.DestinationFactorygetUriPrefixes in class org.apache.cxf.transport.AbstractTransportFactorypublic void setActivationNamespaces(java.util.Collection<java.lang.String> ans)
public javax.jbi.messaging.DeliveryChannel getDeliveryChannel()
public void setDeliveryChannel(javax.jbi.messaging.DeliveryChannel newDeliverychannel)
public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo targetInfo)
throws java.io.IOException
getConduit in interface org.apache.cxf.transport.ConduitInitiatorjava.io.IOExceptionpublic org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo endpointInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
throws java.io.IOException
getConduit in interface org.apache.cxf.transport.ConduitInitiatorjava.io.IOExceptionpublic org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei)
throws java.io.IOException
getDestination in interface org.apache.cxf.transport.DestinationFactoryjava.io.IOExceptionpublic void putDestination(java.lang.String epName,
JBIDestination destination)
throws javax.jbi.JBIException
javax.jbi.JBIExceptionpublic JBIDestination getDestination(java.lang.String epName)
public void removeDestination(java.lang.String epName)
Copyright © 2005-2014 FuseSource. All Rights Reserved.