org.apache.cxf.transport
Interface DestinationFactory
- All Known Implementing Classes:
- JettyHTTPTransportFactory, JMSTransportFactory, LocalTransportFactory, ServletTransportFactory, SoapTransportFactory
public interface DestinationFactory
Factory for Destinations.
getDestination
Destination getDestination(EndpointInfo ei)
throws java.io.IOException
- Create a destination.
- Parameters:
ei
- the endpoint info of the destination.
- Returns:
- the created Destination.
- Throws:
java.io.IOException
getUriPrefixes
java.util.Set<java.lang.String> getUriPrefixes()
getTransportIds
java.util.List<java.lang.String> getTransportIds()
Apache CXF