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