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