org.apache.cxf.transport
Interface DestinationFactory
- All Known Implementing Classes:
- CorbaBindingFactory, HTTPTransportFactory, JMSTransportFactory, LocalTransportFactory, NettyHttpTransportFactory, SoapTransportFactory, UDPTransportFactory, WebSocketTransportFactory
public interface DestinationFactory
Factory for Destinations.
getDestination
Destination getDestination(EndpointInfo ei,
Bus bus)
throws IOException
- Create a destination.
- Parameters:
ei
- the endpoint info of the destination.
- Returns:
- the created Destination.
- Throws:
IOException
getUriPrefixes
Set<String> getUriPrefixes()
getTransportIds
List<String> getTransportIds()
Apache CXF