electric.wsdl
Class WSDLFactories
java.lang.Object
  
electric.wsdl.WSDLFactories
- public class WSDLFactories
- extends java.lang.Object
  
WSDLFactories
- Author:
 
  - webMethods
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WSDLFactories
public WSDLFactories()
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.