public class UDPTransportFactory extends AbstractTransportFactory implements DestinationFactory, ConduitInitiator
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
DEFAULT_NAMESPACES |
static String |
TRANSPORT_ID |
| Constructor and Description |
|---|
UDPTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
Conduit |
getConduit(EndpointInfo ei,
Bus bus)
Initiate an outbound Conduit.
|
Conduit |
getConduit(EndpointInfo ei,
EndpointReferenceType target,
Bus bus)
Initiate an outbound Conduit.
|
Destination |
getDestination(EndpointInfo ei,
Bus bus)
Create a destination.
|
protected Destination |
getDestination(EndpointInfo ei,
EndpointReferenceType reference,
Bus bus) |
Set<String> |
getUriPrefixes() |
void |
setUriPrefixes(Set<String> s) |
getTransportIds, setTransportIdsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTransportIdsgetTransportIdspublic static final String TRANSPORT_ID
public Destination getDestination(EndpointInfo ei, Bus bus) throws IOException
DestinationFactorygetDestination in interface DestinationFactoryei - the endpoint info of the destination.IOExceptionprotected Destination getDestination(EndpointInfo ei, EndpointReferenceType reference, Bus bus) throws IOException
IOExceptionpublic Conduit getConduit(EndpointInfo ei, Bus bus) throws IOException
ConduitInitiatorgetConduit in interface ConduitInitiatorei - the endpoint info of the targetIOExceptionpublic Conduit getConduit(EndpointInfo ei, EndpointReferenceType target, Bus bus) throws IOException
ConduitInitiatorgetConduit in interface ConduitInitiatorei - the endpoint info for a local endpoint on which the
the configuration should be basedtarget - the target EPRIOExceptionpublic Set<String> getUriPrefixes()
getUriPrefixes in interface ConduitInitiatorgetUriPrefixes in interface DestinationFactorygetUriPrefixes in class AbstractTransportFactoryApache CXF