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