electric.soap.wsdl
Class SOAPWriterFactory

java.lang.Object
  extended byelectric.soap.wsdl.SOAPWriterFactory
All Implemented Interfaces:
IWSDLConstants

public class SOAPWriterFactory
extends java.lang.Object
implements IWSDLConstants

SOAPWriterFactory

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
SOAPWriterFactory()
           
 
Method Summary
static ISOAPWriter getWriter(SOAPOperation operation, Element operationElement)
           
static ISOAPWriter getWriter(SOAPOperation operation, java.lang.String style, java.lang.String use, java.lang.String encodingStyle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPWriterFactory

public SOAPWriterFactory()
Method Detail

getWriter

public static ISOAPWriter getWriter(SOAPOperation operation,
                                    Element operationElement)
                             throws SchemaException
Parameters:
operation -
operationElement -
Throws:
SchemaException

getWriter

public static ISOAPWriter getWriter(SOAPOperation operation,
                                    java.lang.String style,
                                    java.lang.String use,
                                    java.lang.String encodingStyle)
                             throws SchemaException
Parameters:
operation -
style -
use -
encodingStyle -
Throws:
SchemaException


copyright© 2001-2004 by webMethods All Rights Reserved.