Apache CXF API

org.apache.cxf.transport
Interface DestinationWithEndpoint

All Known Implementing Classes:
AbstractDestination, AbstractHTTPDestination, AbstractMultiplexDestination, AtmosphereWebSocketServletDestination, JettyHTTPDestination, JettyWebSocketDestination, JettyWebSocketServletDestination, JMSDestination, LocalDestination, NettyHttpDestination, ServletDestination, UDPDestination

public interface DestinationWithEndpoint

A destination that has a specific endpoint.


Method Summary
 EndpointInfo getEndpointInfo()
          Return the ServiceModel endpoint description for this destination.
 

Method Detail

getEndpointInfo

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

Returns:
the endpoint description.

Apache CXF API

Apache CXF