Package org.apache.cxf.transport
Interface DestinationWithEndpoint
- 
- All Known Implementing Classes:
- AbstractDestination,- AbstractMultiplexDestination
 
 public interface DestinationWithEndpointA destination that has a specific endpoint.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointInfogetEndpointInfo()Return the ServiceModel endpoint description for this destination.
 
- 
- 
- 
Method Detail- 
getEndpointInfoEndpointInfo getEndpointInfo() Return the ServiceModel endpoint description for this destination.- Returns:
- the endpoint description.
 
 
- 
 
-