Interface DestinationWithEndpoint

All Known Implementing Classes:
AbstractDestination, org.apache.cxf.transport.http.AbstractHTTPDestination, AbstractMultiplexDestination, org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination, UDPDestination, UndertowServerDestination

public interface DestinationWithEndpoint
A destination that has a specific endpoint.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the ServiceModel endpoint description for this destination.
  • Method Details

    • getEndpointInfo

      EndpointInfo getEndpointInfo()
      Return the ServiceModel endpoint description for this destination.
      Returns:
      the endpoint description.