Apache CXF API

org.apache.cxf.transport
Interface DestinationFactory

All Known Implementing Classes:
JettyHTTPTransportFactory, JMSTransportFactory, LocalTransportFactory, ServletTransportFactory, SoapTransportFactory

public interface DestinationFactory

Factory for Destinations.


Method Summary
 Destination getDestination(EndpointInfo ei)
          Create a destination.
 java.util.List<java.lang.String> getTransportIds()
           
 java.util.Set<java.lang.String> getUriPrefixes()
           
 

Method Detail

getDestination

Destination getDestination(EndpointInfo ei)
                           throws java.io.IOException
Create a destination.

Parameters:
ei - the endpoint info of the destination.
Returns:
the created Destination.
Throws:
java.io.IOException

getUriPrefixes

java.util.Set<java.lang.String> getUriPrefixes()

getTransportIds

java.util.List<java.lang.String> getTransportIds()

Apache CXF API

Apache CXF