org.apache.cxf.transport.udp
Class UDPTransportFactory
java.lang.Object
org.apache.cxf.transport.AbstractTransportFactory
org.apache.cxf.transport.udp.UDPTransportFactory
- All Implemented Interfaces:
- org.apache.cxf.transport.ConduitInitiator, org.apache.cxf.transport.DestinationFactory
public class UDPTransportFactory
- extends org.apache.cxf.transport.AbstractTransportFactory
- implements org.apache.cxf.transport.DestinationFactory, org.apache.cxf.transport.ConduitInitiator
|
Method Summary |
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)
|
| Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory |
getTransportIds, setTransportIds |
| 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.DestinationFactory |
getTransportIds |
| Methods inherited from interface org.apache.cxf.transport.ConduitInitiator |
getTransportIds |
TRANSPORT_ID
public static final String TRANSPORT_ID
- See Also:
- Constant Field Values
DEFAULT_NAMESPACES
public static final List<String> DEFAULT_NAMESPACES
UDPTransportFactory
public UDPTransportFactory()
getDestination
public org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.Bus bus)
throws IOException
- Specified by:
getDestination in interface org.apache.cxf.transport.DestinationFactory
- Throws:
IOException
getDestination
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
- Throws:
IOException
getConduit
public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.Bus bus)
throws IOException
- Specified by:
getConduit in interface org.apache.cxf.transport.ConduitInitiator
- Throws:
IOException
getConduit
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
- Specified by:
getConduit in interface org.apache.cxf.transport.ConduitInitiator
- Throws:
IOException
getUriPrefixes
public Set<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
setUriPrefixes
public void setUriPrefixes(Set<String> s)
Apache CXF