electric.getpost.wsdl
Class HTTPOperation

java.lang.Object
  extended byelectric.getpost.wsdl.HTTPOperation
All Implemented Interfaces:
IWSDLConstants

public final class HTTPOperation
extends java.lang.Object
implements IWSDLConstants

HTTPOperation

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
HTTPOperation(HTTPBinding binding, Element httpOperation)
           
HTTPOperation(HTTPBinding binding, java.lang.reflect.Method method, int index, java.lang.String suffix)
           
 
Method Summary
 Operation getOperation()
           
 void writeWSDL(Element binding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPOperation

public HTTPOperation(HTTPBinding binding,
                     Element httpOperation)
              throws WSDLException
Parameters:
binding -
httpOperation -
Throws:
WSDLException

HTTPOperation

public HTTPOperation(HTTPBinding binding,
                     java.lang.reflect.Method method,
                     int index,
                     java.lang.String suffix)
              throws WSDLException,
                     SchemaException
Parameters:
binding -
method -
index -
suffix -
Throws:
WSDLException
SchemaException
Method Detail

getOperation

public Operation getOperation()

writeWSDL

public void writeWSDL(Element binding)
Parameters:
binding -


copyright© 2001-2004 by webMethods All Rights Reserved.