Interface WSDLEndpointFactory


  • public interface WSDLEndpointFactory
    A factory to create an internal EndpointInfo from WSDL Port extensions.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.cxf.service.model.EndpointInfo createEndpointInfo​(org.apache.cxf.Bus bus, org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.BindingInfo b, List<?> extensions)  
      void createPortExtensors​(org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.Service service)  
    • Method Detail

      • createEndpointInfo

        org.apache.cxf.service.model.EndpointInfo createEndpointInfo​(org.apache.cxf.Bus bus,
                                                                     org.apache.cxf.service.model.ServiceInfo serviceInfo,
                                                                     org.apache.cxf.service.model.BindingInfo b,
                                                                     List<?> extensions)
      • createPortExtensors

        void createPortExtensors​(org.apache.cxf.Bus bus,
                                 org.apache.cxf.service.model.EndpointInfo ei,
                                 org.apache.cxf.service.Service service)