API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.soap. SOAPElementFactory View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      SOAPElementFactory
Implements
Subclasses
Description
public class SOAPElementFactory
  SOAPElementFactory is a factory for XML fragments that will eventually end up in the SOAP part.
See also:    SOAPFactory
Constructors
private SOAPElementFactory (SOAPFactory soapFactory)
Methods
Hide/Show inherited methods
public SOAPElement create (Name name) throws SOAPException
  Create a SOAPElement object initialized with the given Name object.
public SOAPElement create (String localName) throws SOAPException
  Create a SOAPElement object initialized with the given local name.
public SOAPElement create (String localName, String prefix, String uri) throws SOAPException
  Create a new SOAPElement object with the given local name, prefix and uri.
publicstatic SOAPElementFactory newInstance () throws SOAPException
  Creates a new instance of SOAPElementFactory.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar