Package org.apache.cxf.binding.soap.saaj
Class SAAJFactoryResolver
java.lang.Object
org.apache.cxf.binding.soap.saaj.SAAJFactoryResolver
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.xml.soap.MessageFactorycreateMessageFactory(SoapVersion version) static jakarta.xml.soap.SOAPFactorycreateSOAPFactory(SoapVersion version)
-
Field Details
-
MESSAGE_FACTORY_KEY
- See Also:
-
SOAP_FACTORY_KEY
- See Also:
-
-
Method Details
-
createMessageFactory
public static jakarta.xml.soap.MessageFactory createMessageFactory(SoapVersion version) throws jakarta.xml.soap.SOAPException - Throws:
jakarta.xml.soap.SOAPException
-
createSOAPFactory
public static jakarta.xml.soap.SOAPFactory createSOAPFactory(SoapVersion version) throws jakarta.xml.soap.SOAPException - Throws:
jakarta.xml.soap.SOAPException
-