org.codehaus.xfire.jaxb
Class JaxbWSDLBuilderFactory

java.lang.Object
  extended by org.codehaus.xfire.jaxb.JaxbWSDLBuilderFactory
All Implemented Interfaces:
WSDLBuilderFactory

public class JaxbWSDLBuilderFactory
extends java.lang.Object
implements WSDLBuilderFactory

User: chris Date: Aug 18, 2005 Time: 6:20:34 PM


Constructor Summary
JaxbWSDLBuilderFactory(java.util.List schemaLocations)
           
 
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

JaxbWSDLBuilderFactory

public JaxbWSDLBuilderFactory(java.util.List schemaLocations)
                       throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException
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.