org.apache.cxf.wsdl11
Class WSDLServiceFactory
java.lang.Object
org.apache.cxf.service.factory.AbstractServiceFactoryBean
org.apache.cxf.wsdl11.WSDLServiceFactory
public class WSDLServiceFactory
- extends org.apache.cxf.service.factory.AbstractServiceFactoryBean
| Fields inherited from class org.apache.cxf.service.factory.AbstractServiceFactoryBean |
dataBindingSet, schemaLocations |
| Methods inherited from class org.apache.cxf.service.factory.AbstractServiceFactoryBean |
createDefaultDataBinding, getBus, getDataBinding, getDataBinding, getService, getSessionState, initializeDataBindings, initializeDefaultInterceptors, sendEvent, setBus, setDataBinding, setService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wsdlUrl
protected final String wsdlUrl
WSDLServiceFactory
public WSDLServiceFactory(org.apache.cxf.Bus b,
javax.wsdl.Definition d)
WSDLServiceFactory
public WSDLServiceFactory(org.apache.cxf.Bus b,
javax.wsdl.Definition d,
QName sn)
WSDLServiceFactory
public WSDLServiceFactory(org.apache.cxf.Bus b,
String url)
WSDLServiceFactory
public WSDLServiceFactory(org.apache.cxf.Bus b,
String url,
QName sn)
setAllowElementRefs
public void setAllowElementRefs(boolean b)
setEndpointName
public void setEndpointName(QName qn)
getDefinition
public javax.wsdl.Definition getDefinition()
create
public org.apache.cxf.service.Service create()
- Specified by:
create in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
Apache CXF