Package org.apache.cxf.transport
Interface DestinationFactory
- 
 public interface DestinationFactoryFactory for Destinations.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DestinationgetDestination(EndpointInfo ei, Bus bus)Create a destination.List<String>getTransportIds()Set<String>getUriPrefixes()
 
- 
- 
- 
Method Detail- 
getDestinationDestination getDestination(EndpointInfo ei, Bus bus) throws IOException Create a destination.- Parameters:
- ei- the endpoint info of the destination.
- Returns:
- the created Destination.
- Throws:
- IOException
 
 
- 
 
-