API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.soap. SAAJMetaFactory View Source
Author(s)
SAAJ RI Development Team
Since
SAAJ 1.3
Version
Serial
Hierarchy
 Object
      SAAJMetaFactory
Implements
Subclasses
Description
publicabstract abstract class SAAJMetaFactory
  The access point for the implementation classes of the factories defined in the SAAJ API.
See also:   
Constructors
protected SAAJMetaFactory ()
Methods
Hide/Show inherited methods
pack-privatestaticsynchronized SAAJMetaFactory getInstance () throws SOAPException
  Creates a new instance of a concrete SAAJMetaFactory object.
protectedabstract MessageFactory newMessageFactory (String protocol) throws SOAPException
  Creates a MessageFactory object for the given String protocol.
protectedabstract SOAPFactory newSOAPFactory (String protocol) throws SOAPException
  Creates a SOAPFactory object for the given String protocol.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar