electric.wsdl
Class WSDLFactory

java.lang.Object
  extended byelectric.wsdl.WSDLFactory
All Implemented Interfaces:
IWSDLFactory

public class WSDLFactory
extends java.lang.Object
implements IWSDLFactory

WSDLFactory

Author:
webMethods

Constructor Summary
WSDLFactory()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLFactory

public WSDLFactory()
Method Detail

newBinding

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

newPort

public Port newPort(Service service,
                    Element element)
             throws WSDLException,
                    SchemaException
Specified by:
newPort in interface IWSDLFactory
Parameters:
service -
element -
Throws:
WSDLException
SchemaException

addPorts

public void addPorts(WSDL wsdl,
                     Service service,
                     java.lang.String name,
                     MethodDescriptor[] methods,
                     XURL[] endpoints,
                     Context context)
Specified by:
addPorts in interface IWSDLFactory
Parameters:
wsdl -
service -
name -
methods -
endpoints -
context -


copyright© 2001-2004 by webMethods All Rights Reserved.