Package org.apache.cxf.transport
Interface DestinationFactory
public interface DestinationFactory
Factory for Destinations.
- 
Method Summary
- 
Method Details- 
getDestinationCreate a destination.- Parameters:
- ei- the endpoint info of the destination.
- Returns:
- the created Destination.
- Throws:
- IOException
 
- 
getUriPrefixes
- 
getTransportIds
 
-