Apache CXF API

org.apache.cxf.wsdl11
Interface WSDLEndpointFactory

All Known Implementing Classes:
HTTPTransportFactory, JAXWSHttpSpiTransportFactory, SoapTransportFactory

public interface WSDLEndpointFactory

A factory to create an internal EndpointInfo from WSDL Port extensions.


Method Summary
 EndpointInfo createEndpointInfo(ServiceInfo serviceInfo, BindingInfo b, List<?> extensions)
           
 void createPortExtensors(EndpointInfo ei, Service service)
           
 

Method Detail

createEndpointInfo

EndpointInfo createEndpointInfo(ServiceInfo serviceInfo,
                                BindingInfo b,
                                List<?> extensions)

createPortExtensors

void createPortExtensors(EndpointInfo ei,
                         Service service)

Apache CXF API

Apache CXF