org.apache.axis.soap

Class SOAPFactoryImpl

public class SOAPFactoryImpl extends SOAPFactory

SOAP Element Factory implementation

Author: Davanum Srinivas (dims@yahoo.com)

Method Summary
DetailcreateDetail()
SOAPElementcreateElement(Name name)
Create a SOAPElement object initialized with the given Name object.
SOAPElementcreateElement(String localName)
Create a SOAPElement object initialized with the given local name.
SOAPElementcreateElement(String localName, String prefix, String uri)
Create a new SOAPElement object with the given local name, prefix and uri.
NamecreateName(String localName, String prefix, String uri)
NamecreateName(String localName)

Method Detail

createDetail

public Detail createDetail()

createElement

public SOAPElement createElement(Name name)
Create a SOAPElement object initialized with the given Name object.

Parameters: name a Name object with the XML name for the new element

Returns: the new SOAPElement object that was created

Throws: SOAPException if there is an error in creating the SOAPElement object

createElement

public SOAPElement createElement(String localName)
Create a SOAPElement object initialized with the given local name.

Parameters: localName a String giving the local name for the new element

Returns: the new SOAPElement object that was created

Throws: SOAPException if there is an error in creating the SOAPElement object

createElement

public SOAPElement createElement(String localName, String prefix, String uri)
Create a new SOAPElement object with the given local name, prefix and uri.

Parameters: localName a String giving the local name for the new element prefix the prefix for this SOAPElement uri a String giving the URI of the namespace to which the new element belongs

Returns: the new SOAPElement object that was created

Throws: SOAPException if there is an error in creating the SOAPElement object

createName

public Name createName(String localName, String prefix, String uri)

createName

public Name createName(String localName)
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.