public interface DestinationFactory
| Modifier and Type | Method and Description | 
|---|---|
| Destination | getDestination(EndpointInfo ei,
              Bus bus)Create a destination. | 
| List<String> | getTransportIds() | 
| Set<String> | getUriPrefixes() | 
Destination getDestination(EndpointInfo ei, Bus bus) throws IOException
ei - the endpoint info of the destination.IOExceptionApache CXF