org.apache.cxf.wsdl
Interface WSDLServiceFactory

All Known Implementing Classes:
WSDLServiceFactoryImpl

public interface WSDLServiceFactory


Method Summary
 org.apache.cxf.service.Service create(URL wsdl)
           
 org.apache.cxf.service.Service create(URL wsdl, QName serviceName)
           
 

Method Detail

create

org.apache.cxf.service.Service create(URL wsdl)

create

org.apache.cxf.service.Service create(URL wsdl,
                                      QName serviceName)


Apache CXF