electric.wsdl
Interface IWSDLFactory

All Known Implementing Classes:
HTTPWSDLFactory, SOAP12WSDLFactory, SOAPWSDLFactory, WSDLFactory

public interface IWSDLFactory

IWSDLFactory

Author:
webMethods

Method Summary
 void addPorts(WSDL wsdl, Service service, java.lang.String name, MethodDescriptor[] methods, XURL[] endpoints, Context context)
           
 Binding newBinding(WSDL wsdl, java.lang.String targetNamespace, Element element, java.lang.String bindingNamespace)
           
 Port newPort(Service service, Element element)
           
 

Method Detail

newBinding

public Binding newBinding(WSDL wsdl,
                          java.lang.String targetNamespace,
                          Element element,
                          java.lang.String bindingNamespace)
                   throws WSDLException,
                          SchemaException
Parameters:
wsdl -
targetNamespace -
element -
Throws:
WSDLException
SchemaException

newPort

public Port newPort(Service service,
                    Element element)
             throws WSDLException,
                    SchemaException
Parameters:
service -
element -
Throws:
WSDLException
SchemaException

addPorts

public void addPorts(WSDL wsdl,
                     Service service,
                     java.lang.String name,
                     MethodDescriptor[] methods,
                     XURL[] endpoints,
                     Context context)
              throws WSDLException,
                     SchemaException
Parameters:
wsdl -
service -
name -
methods -
endpoints -
context -
Throws:
WSDLException
SchemaException


copyright© 2001-2004 by webMethods All Rights Reserved.