Name

SOAPElementFactory

Synopsis

public class SOAPElementFactory {
// No Constructor
                  // Public Class Methods
    public static SOAPElementFactory newInstance(  ) throws SOAPException; 
// Deprecated Public Methods
    public SOAPElement create(String localName) 
        throws SOAPException;               // #
    public SOAPElement create(Name name) 
        throws SOAPException;               // #
    public SOAPElement create(String localName, String prefix, String uri) 
        throws SOAPException;               // #
}

SOAPElementFactory is an obsolete class that was used in the early releases of the SAAJ API to create SOAPElements and is now supported only for backward-compatibility. As of SAAJ Version 1.1, application code should use the SOAPFactory class to create SOAPElement objects.

Returned By

SOAPElementFactory.newInstance( )

Get Java Web Services in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.