electric.wsdl
Class WSDLFactories

java.lang.Object
  extended byelectric.wsdl.WSDLFactories

public class WSDLFactories
extends java.lang.Object

WSDLFactories

Author:
webMethods

Constructor Summary
WSDLFactories()
           
 
Method Summary
static void addFactory(java.lang.String protocol, IWSDLFactory factory)
          Publish a factory for a given protocol.
static IWSDLFactory getFactory(java.lang.String protocol)
          Return an IWSDLFactory for the protocol specified.
static Binding newBinding(WSDL wsdl, java.lang.String targetNamespace, Element element)
           
static Port newPort(Service service, Element element)
           
static void removeFactory(java.lang.String protocol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLFactories

public WSDLFactories()
Method Detail

addFactory

public static void addFactory(java.lang.String protocol,
                              IWSDLFactory factory)
Publish a factory for a given protocol.

Parameters:
protocol -
factory -

getFactory

public static IWSDLFactory getFactory(java.lang.String protocol)
Return an IWSDLFactory for the protocol specified.

Parameters:
protocol -

removeFactory

public static void removeFactory(java.lang.String protocol)
Parameters:
protocol -

newBinding

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

newPort

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


copyright© 2001-2004 by webMethods All Rights Reserved.