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

    Fields
    Modifier and Type
    Field
    Description
    protected final String
     

    Fields inherited from class org.apache.cxf.service.factory.AbstractServiceFactoryBean

    dataBindingSet, schemaLocations
  • Constructor Summary

    Constructors
    Constructor
    Description
    WSDLServiceFactory(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 Type
    Method
    Description
    org.apache.cxf.service.Service
     
    javax.wsdl.Definition
     
    void
     
    void
     

    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
  • Field Details

    • wsdlUrl

      protected final String wsdlUrl
  • Constructor Details

    • 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)
  • Method Details

    • 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