org.apache.cxf.wsdl11
Class WSDLServiceFactoryImpl

java.lang.Object
  extended by org.apache.cxf.wsdl11.WSDLServiceFactoryImpl
All Implemented Interfaces:
org.apache.cxf.wsdl.WSDLServiceFactory

public class WSDLServiceFactoryImpl
extends Object
implements org.apache.cxf.wsdl.WSDLServiceFactory


Constructor Summary
WSDLServiceFactoryImpl(org.apache.cxf.Bus b)
           
 
Method Summary
 org.apache.cxf.service.Service create(URL d)
           
 org.apache.cxf.service.Service create(URL d, QName serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLServiceFactoryImpl

public WSDLServiceFactoryImpl(org.apache.cxf.Bus b)
Method Detail

create

public org.apache.cxf.service.Service create(URL d)
Specified by:
create in interface org.apache.cxf.wsdl.WSDLServiceFactory

create

public org.apache.cxf.service.Service create(URL d,
                                             QName serviceName)
Specified by:
create in interface org.apache.cxf.wsdl.WSDLServiceFactory


Apache CXF