org.apache.cxf.tools.java2wsdl.processor.internal
Class DefaultServiceBuilderFactory
java.lang.Object
org.apache.cxf.tools.java2wsdl.processor.internal.ServiceBuilderFactory
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultServiceBuilderFactory
public DefaultServiceBuilderFactory()
newBuilder
public ServiceBuilder newBuilder(FrontendFactory.Style s)
- Specified by:
newBuilder
in class ServiceBuilderFactory
Apache CXF