org.apache.axis.soap
Class SOAPFactoryImpl
public class SOAPFactoryImpl
SOAP Element Factory implementation
- Davanum Srinivas (dims@yahoo.com)
createElement
public SOAPElement createElement(String localName)
throws SOAPException
Create a SOAPElement
object initialized with
the given local name.
- createElement in interface SOAPFactory
localName
- a String
giving
the local name for the new element
- the new
SOAPElement
object that was
created
SOAPException
- if there is an error in
creating the SOAPElement
object
createElement
public SOAPElement createElement(String localName,
String prefix,
String uri)
throws SOAPException
Create a new SOAPElement
object with the
given local name, prefix and uri.
- createElement in interface SOAPFactory
localName
- a String
giving
the local name for the new elementprefix
- the prefix for this
SOAPElement
uri
- a String
giving the
URI of the namespace to which the new element
belongs
- the new
SOAPElement
object that was
created
SOAPException
- if there is an error in
creating the SOAPElement
object
createElement
public SOAPElement createElement(Name name)
throws SOAPException
Create a SOAPElement
object initialized with
the given Name
object.
- createElement in interface SOAPFactory
name
- a Name
object with
the XML name for the new element
- the new
SOAPElement
object that was
created
SOAPException
- if there is an error in
creating the SOAPElement
object
Copyright © 2005 Apache Web Services Project. All Rights Reserved.