java.lang.Object
jakarta.xml.soap.SAAJMetaFactory
com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected MessageFactory
newMessageFactory
(String protocol) Creates aMessageFactory
object for the givenString
protocol.protected SOAPFactory
newSOAPFactory
(String protocol) Creates aSOAPFactory
object for the givenString
protocol.
-
Constructor Details
-
SAAJMetaFactoryImpl
public SAAJMetaFactoryImpl()
-
-
Method Details
-
newMessageFactory
Description copied from class:SAAJMetaFactory
Creates aMessageFactory
object for the givenString
protocol.- Specified by:
newMessageFactory
in classSAAJMetaFactory
- Parameters:
protocol
- aString
indicating 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:SAAJMetaFactory
Creates aSOAPFactory
object for the givenString
protocol.- Specified by:
newSOAPFactory
in classSAAJMetaFactory
- Parameters:
protocol
- aString
indicating the protocol- Returns:
- a
SOAPFactory
, not null - Throws:
SOAPException
- if there is an error in creating the SOAPFactory- See Also:
-