Apache CXF API

org.apache.cxf.wsdl11
Class WSDLServiceFactory

java.lang.Object
  extended by org.apache.cxf.service.factory.AbstractServiceFactoryBean
      extended by org.apache.cxf.wsdl11.WSDLServiceFactory

public class WSDLServiceFactory
extends AbstractServiceFactoryBean


Field Summary
 
Fields inherited from class org.apache.cxf.service.factory.AbstractServiceFactoryBean
dataBindingSet, schemaLocations
 
Constructor Summary
WSDLServiceFactory(Bus b, javax.wsdl.Definition d)
           
WSDLServiceFactory(Bus b, javax.wsdl.Definition d, QName sn)
           
WSDLServiceFactory(Bus b, String url)
           
WSDLServiceFactory(Bus b, String url, QName sn)
           
WSDLServiceFactory(Bus b, URL url)
           
WSDLServiceFactory(Bus b, URL url, QName sn)
           
 
Method Summary
 Service create()
           
 javax.wsdl.Definition getDefinition()
           
 void setAllowElementRefs(boolean b)
           
 void setEndpointName(QName qn)
           
 
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
 

Constructor Detail

WSDLServiceFactory

public WSDLServiceFactory(Bus b,
                          javax.wsdl.Definition d)

WSDLServiceFactory

public WSDLServiceFactory(Bus b,
                          javax.wsdl.Definition d,
                          QName sn)

WSDLServiceFactory

public WSDLServiceFactory(Bus b,
                          URL url)

WSDLServiceFactory

public WSDLServiceFactory(Bus b,
                          String url)

WSDLServiceFactory

public WSDLServiceFactory(Bus b,
                          URL url,
                          QName sn)

WSDLServiceFactory

public WSDLServiceFactory(Bus b,
                          String url,
                          QName sn)
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:
create in class AbstractServiceFactoryBean

Apache CXF API

Apache CXF