org.apache.cxf.wsdl11
Interface WSDLEndpointFactory


public interface WSDLEndpointFactory

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


Method Summary
 org.apache.cxf.service.model.EndpointInfo createEndpointInfo(org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.BindingInfo b, List<?> extensions)
           
 void createPortExtensors(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.service.model.ServiceInfo serviceInfo,
                                                             org.apache.cxf.service.model.BindingInfo b,
                                                             List<?> extensions)

createPortExtensors

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


Apache CXF