org.apache.cxf.transport
Interface DestinationFactory
- All Known Implementing Classes:
- CorbaBindingFactory, HTTPTransportFactory, JAXWSHttpSpiTransportFactory, JMSTransportFactory, LocalTransportFactory, SoapTransportFactory
public interface DestinationFactory
Factory for Destinations.
getDestination
Destination getDestination(EndpointInfo ei)
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