- Home
- Binder
- DatatypeConverter
- JAXB
- JAXBContext
- JAXBElement
- JAXBElement.GlobalScope
- JAXBIntrospector
- Marshaller.Listener
- SchemaOutputResolver
- Unmarshaller.Listener
- Javax.xml.bind.util classes
- JAXBResult
- JAXBSource
- ValidationEventCollector
- Javax.xml.parsers classes
- DocumentBuilder
- DocumentBuilderFactory
- SAXParser
- SAXParserFactory
- Javax.xml.soap classes
- AttachmentPart
- MessageFactory
- MimeHeader
- MimeHeaders
- SAAJMetaFactory
- SOAPConnection
- SOAPConnectionFactory
- SOAPFactory
- SOAPMessage
- SOAPPart
- Javax.xml.validation classes
- Schema
- SchemaFactory
- TypeInfoProvider
- Validator
- ValidatorHandler
- Javax.xml.xpath classes
- XPathConstants
- XPathFactory
- Java Useful Resources
- Java - Quick Guide
- Java - Useful Resources
Selected Reading
Javax.xml.soap.SAAJMetaFactory Class
Introduction
The javax.xml.soap.SAAJMetaFactory class is the access point for the implementation classes of the factories defined in the SAAJ API.Following are the important points about soap.SAAJMetaFactory:
It is a service provider interface.
There are no public methods on this class.
Class declaration
Following is the declaration for javax.xml.soap.SAAJMetaFactory class −
public abstract class SAAJMetaFactory extends Object
Class constructors
| S.N. | Constructor & Description |
|---|---|
| 1 | protected SAAJMetaFactory()
Single Constructor. |
Class methods
| S.N. | Method & Description |
|---|---|
| 1 | protected abstract MessageFactory newMessageFactory(String protocol)
This method creates a MessageFactory object for the given String protocol. |
| 2 | protected abstract SOAPFactory newSOAPFactory(String protocol)
This method creates a SOAPFactory object for the given String protocol. |
Methods inherited
This class inherits methods from the following classes −
java.lang.Object
Advertisements