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 org.apache.cxf.service.factory.AbstractServiceFactoryBean
-
Field Summary
FieldsFields inherited from class org.apache.cxf.service.factory.AbstractServiceFactoryBean
dataBindingSet, schemaLocations -
Constructor Summary
ConstructorsConstructorDescriptionWSDLServiceFactory(org.apache.cxf.Bus b, String url) WSDLServiceFactory(org.apache.cxf.Bus b, String url, QName sn) WSDLServiceFactory(org.apache.cxf.Bus b, javax.wsdl.Definition d) WSDLServiceFactory(org.apache.cxf.Bus b, javax.wsdl.Definition d, QName sn) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.service.Servicecreate()javax.wsdl.DefinitionvoidsetAllowElementRefs(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 Details
-
wsdlUrl
-
-
Constructor Details
-
WSDLServiceFactory
public WSDLServiceFactory(org.apache.cxf.Bus b, javax.wsdl.Definition d) -
WSDLServiceFactory
-
WSDLServiceFactory
-
WSDLServiceFactory
-
-
Method Details
-
setAllowElementRefs
public void setAllowElementRefs(boolean b) -
setEndpointName
-
getDefinition
public javax.wsdl.Definition getDefinition() -
create
public org.apache.cxf.service.Service create()- Specified by:
createin classorg.apache.cxf.service.factory.AbstractServiceFactoryBean
-