electric.getpost.wsdl
Class HTTPWSDLFactory

java.lang.Object
  extended byelectric.getpost.wsdl.HTTPWSDLFactory
All Implemented Interfaces:
IWSDLConstants, IWSDLFactory

public class HTTPWSDLFactory
extends java.lang.Object
implements IWSDLFactory, IWSDLConstants

HTTPWSDLFactory

Author:
webMethods

Field Summary
 
Fields inherited from interface electric.wsdl.IWSDLConstants
ADDRESS, BINDING, DEFINITIONS, DESCRIPTION, DOCUMENT, DOCUMENTATION, ELEMENT, ENCODED, ENCODING_STYLE, ENDPOINT, FAULT, FAULT_DETAIL, GET, GETPOST, HTTP, INPUT, LITERAL, LOCATION, MESSAGE, METHOD_NAMESPACE, MIME, NAME, NAMESPACE, OPERATION, OUTPUT, PARAMETER_ORDER, PARAMETERS, PART, PORT, PORT_TYPE, POST, RPC, SERVICE, SOAP, SOAP_ACTION, STYLE, TARGET_NAMESPACE, TARGET_NAMESPACE_PREFIX, TNS, TRANSPORT, TYPE, USE, VERB, WSDL_EXTENSION, WSDL_NAMESPACE, WSDL_PREFIX, WSDL_SOAP_NAMESPACE, WSDL_SOAP_PREFIX, WSDL_SOAP11_NAMESPACE, WSDL_SOAP11_PREFIX, WSDL_SOAP12_NAMESPACE, WSDL_SOAP12_PREFIX
 
Constructor Summary
HTTPWSDLFactory()
           
 
Method Summary
 void addPorts(WSDL wsdl, Service service, java.lang.String name, MethodDescriptor[] methods, XURL[] endpoints, Context context)
           
static void addProtocol(java.lang.String protocol)
           
 Binding newBinding(WSDL wsdl, java.lang.String targetNamespace, Element binding, 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

HTTPWSDLFactory

public HTTPWSDLFactory()
Method Detail

addProtocol

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

newBinding

public Binding newBinding(WSDL wsdl,
                          java.lang.String targetNamespace,
                          Element binding,
                          java.lang.String bindingNamespace)
                   throws WSDLException,
                          SchemaException
Specified by:
newBinding in interface IWSDLFactory
Parameters:
wsdl -
targetNamespace -
binding -
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)
              throws WSDLException,
                     SchemaException
Specified by:
addPorts in interface IWSDLFactory
Parameters:
wsdl -
service -
name -
methods -
endpoints -
context -
Throws:
WSDLException
SchemaException


copyright© 2001-2004 by webMethods All Rights Reserved.