Apache CXF API

org.apache.cxf.transport
Interface DestinationFactory

All Known Implementing Classes:
CorbaBindingFactory, HTTPTransportFactory, JMSTransportFactory, LocalTransportFactory, NettyHttpTransportFactory, SoapTransportFactory, UDPTransportFactory, WebSocketTransportFactory

public interface DestinationFactory

Factory for Destinations.


Method Summary
 Destination getDestination(EndpointInfo ei, Bus bus)
          Create a destination.
 List<String> getTransportIds()
           
 Set<String> getUriPrefixes()
           
 

Method Detail

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 API

Apache CXF