Package org.apache.cxf.wsdl11
Class WSDLServiceFactory
- java.lang.Object
-
- org.apache.cxf.service.factory.AbstractServiceFactoryBean
-
- org.apache.cxf.wsdl11.WSDLServiceFactory
-
public class WSDLServiceFactory extends AbstractServiceFactoryBean
-
-
Field Summary
Fields Modifier and Type Field Description protected StringwsdlUrl-
Fields inherited from class org.apache.cxf.service.factory.AbstractServiceFactoryBean
dataBindingSet, schemaLocations
-
-
Constructor Summary
Constructors Constructor Description WSDLServiceFactory(Bus b, String url)WSDLServiceFactory(Bus b, String url, QName sn)WSDLServiceFactory(Bus b, javax.wsdl.Definition d)WSDLServiceFactory(Bus b, javax.wsdl.Definition d, QName sn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Servicecreate()javax.wsdl.DefinitiongetDefinition()voidsetAllowElementRefs(boolean b)voidsetEndpointName(QName qn)-
Methods inherited from class org.apache.cxf.service.factory.AbstractServiceFactoryBean
createDefaultDataBinding, getBus, getDataBinding, getDataBinding, getService, getSessionState, initializeDataBindings, initializeDefaultInterceptors, sendEvent, setBus, setDataBinding, setService
-
-
-
-
Field Detail
-
wsdlUrl
protected final String wsdlUrl
-
-
Constructor Detail
-
WSDLServiceFactory
public WSDLServiceFactory(Bus b, javax.wsdl.Definition d)
-
-
Method Detail
-
setAllowElementRefs
public void setAllowElementRefs(boolean b)
-
setEndpointName
public void setEndpointName(QName qn)
-
getDefinition
public javax.wsdl.Definition getDefinition()
-
create
public Service create()
- Specified by:
createin classAbstractServiceFactoryBean
-
-