org.apache.cxf.transport
Interface DestinationFactory
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 is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.