org.apache.cxf.wsdl11
Class WSDLServiceFactoryImpl
java.lang.Object
org.apache.cxf.wsdl11.WSDLServiceFactoryImpl
- All Implemented Interfaces:
- WSDLServiceFactory
public class WSDLServiceFactoryImpl
- extends Object
- implements WSDLServiceFactory
|
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 |
WSDLServiceFactoryImpl
public WSDLServiceFactoryImpl(org.apache.cxf.Bus b)
create
public org.apache.cxf.service.Service create(URL d)
- Specified by:
create in interface WSDLServiceFactory
create
public org.apache.cxf.service.Service create(URL d,
QName serviceName)
- Specified by:
create in interface WSDLServiceFactory
Apache CXF