org.codehaus.xfire.wsdl11.builder
Class DefaultWSDLBuilderFactory

java.lang.Object
  extended by org.codehaus.xfire.wsdl11.builder.DefaultWSDLBuilderFactory
All Implemented Interfaces:
WSDLBuilderFactory

public class DefaultWSDLBuilderFactory
extends java.lang.Object
implements WSDLBuilderFactory

Creates a WSDLBuilder for a service.


Constructor Summary
DefaultWSDLBuilderFactory()
           
 
Method Summary
 WSDLBuilder createWSDLBuilder(Service service, WSDL11ParameterBinding paramBinding, TransportManager transportManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWSDLBuilderFactory

public DefaultWSDLBuilderFactory()
Method Detail

createWSDLBuilder

public WSDLBuilder createWSDLBuilder(Service service,
                                     WSDL11ParameterBinding paramBinding,
                                     TransportManager transportManager)
Specified by:
createWSDLBuilder in interface WSDLBuilderFactory


Copyright © 2004-2005 Codehaus. All Rights Reserved.