Apache CXF API

org.apache.cxf.wsdl11
Class WSDLServiceFactoryImpl

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

public class WSDLServiceFactoryImpl
extends Object
implements WSDLServiceFactory


Constructor Summary
WSDLServiceFactoryImpl(Bus b)
           
 
Method Summary
 Service create(URL d)
           
 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(Bus b)
Method Detail

create

public Service create(URL d)
Specified by:
create in interface WSDLServiceFactory

create

public Service create(URL d,
                      QName serviceName)
Specified by:
create in interface WSDLServiceFactory

Apache CXF API

Apache CXF