public class UDPTransportFactory
extends org.apache.cxf.transport.AbstractTransportFactory
implements org.apache.cxf.transport.DestinationFactory, org.apache.cxf.transport.ConduitInitiator
Modifier and Type | Field and Description |
---|---|
static List<String> |
DEFAULT_NAMESPACES |
static String |
TRANSPORT_ID |
Constructor and Description |
---|
UDPTransportFactory() |
UDPTransportFactory(org.apache.cxf.Bus b) |
Modifier and Type | Method and Description |
---|---|
org.apache.cxf.transport.Conduit |
getConduit(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.Bus bus) |
org.apache.cxf.transport.Conduit |
getConduit(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType target,
org.apache.cxf.Bus bus) |
org.apache.cxf.transport.Destination |
getDestination(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.Bus bus) |
protected org.apache.cxf.transport.Destination |
getDestination(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType reference,
org.apache.cxf.Bus bus) |
Set<String> |
getUriPrefixes() |
void |
setUriPrefixes(Set<String> s) |
getTransportIds, setTransportIds
public static final String TRANSPORT_ID
public UDPTransportFactory()
public UDPTransportFactory(org.apache.cxf.Bus b)
public org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus) throws IOException
getDestination
in interface org.apache.cxf.transport.DestinationFactory
IOException
protected org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType reference, org.apache.cxf.Bus bus) throws IOException
IOException
public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus) throws IOException
getConduit
in interface org.apache.cxf.transport.ConduitInitiator
IOException
public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, org.apache.cxf.Bus bus) throws IOException
getConduit
in interface org.apache.cxf.transport.ConduitInitiator
IOException
public Set<String> getUriPrefixes()
getUriPrefixes
in interface org.apache.cxf.transport.ConduitInitiator
getUriPrefixes
in interface org.apache.cxf.transport.DestinationFactory
getUriPrefixes
in class org.apache.cxf.transport.AbstractTransportFactory
Copyright © 2018 JBoss, by Red Hat. All rights reserved.