org.apache.cxf.tools.java2wsdl.processor.internal
Class DefaultServiceBuilderFactory

java.lang.Object
  extended by org.apache.cxf.tools.java2wsdl.processor.internal.ServiceBuilderFactory
      extended by org.apache.cxf.tools.java2wsdl.processor.internal.DefaultServiceBuilderFactory

public final class DefaultServiceBuilderFactory
extends ServiceBuilderFactory

This class constructs ServiceBuilder objects. These objects are used to access the services and the data bindings to generate the wsdl.


Field Summary
 
Fields inherited from class org.apache.cxf.tools.java2wsdl.processor.internal.ServiceBuilderFactory
databindingName, frontend, serviceClass
 
Constructor Summary
DefaultServiceBuilderFactory()
           
 
Method Summary
 org.apache.cxf.service.ServiceBuilder newBuilder(FrontendFactory.Style s)
           
 
Methods inherited from class org.apache.cxf.tools.java2wsdl.processor.internal.ServiceBuilderFactory
getDatabindingName, getInstance, getStyle, newBuilder, setDatabindingName, setServiceClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultServiceBuilderFactory

public DefaultServiceBuilderFactory()
Method Detail

newBuilder

public org.apache.cxf.service.ServiceBuilder newBuilder(FrontendFactory.Style s)
Specified by:
newBuilder in class ServiceBuilderFactory


Apache CXF