Package org.apache.cxf.transport
Interface DestinationWithEndpoint
- All Known Implementing Classes:
AbstractDestination,AbstractHTTPDestination,AbstractMultiplexDestination,AtmosphereWebSocketJettyDestination,AtmosphereWebSocketServletDestination,AtmosphereWebSocketUndertowDestination,JAXWSHttpSpiDestination,Jetty11WebSocketDestination,JettyHTTPDestination,JMSDestination,LocalDestination,NettyHttpDestination,ServletDestination,UDPDestination,UndertowHTTPDestination,UndertowWebSocketDestination
public interface DestinationWithEndpoint
A destination that has a specific endpoint.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the ServiceModel endpoint description for this destination.
-
Method Details
-
getEndpointInfo
EndpointInfo getEndpointInfo()Return the ServiceModel endpoint description for this destination.- Returns:
- the endpoint description.
-