Package org.apache.cxf.wsdl11
Interface WSDLEndpointFactory
-
public interface WSDLEndpointFactoryA factory to create an internalEndpointInfofrom WSDL Port extensions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.cxf.service.model.EndpointInfocreateEndpointInfo(org.apache.cxf.Bus bus, org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.BindingInfo b, List<?> extensions)voidcreatePortExtensors(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)
-
-