java.lang.Object
jakarta.xml.soap.SAAJMetaFactory
com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MessageFactorynewMessageFactory(String protocol) Creates aMessageFactoryobject for the givenStringprotocol.protected SOAPFactorynewSOAPFactory(String protocol) Creates aSOAPFactoryobject for the givenStringprotocol.
-
Constructor Details
-
SAAJMetaFactoryImpl
public SAAJMetaFactoryImpl()
-
-
Method Details
-
newMessageFactory
Description copied from class:SAAJMetaFactoryCreates aMessageFactoryobject for the givenStringprotocol.- Specified by:
newMessageFactoryin classSAAJMetaFactory- Parameters:
protocol- aStringindicating the protocol- Returns:
- a
MessageFactory, not null - Throws:
SOAPException- if there is an error in creating the MessageFactory- See Also:
-
newSOAPFactory
Description copied from class:SAAJMetaFactoryCreates aSOAPFactoryobject for the givenStringprotocol.- Specified by:
newSOAPFactoryin classSAAJMetaFactory- Parameters:
protocol- aStringindicating the protocol- Returns:
- a
SOAPFactory, not null - Throws:
SOAPException- if there is an error in creating the SOAPFactory- See Also:
-