Package org.apache.cxf.binding.soap.saaj
Class SAAJFactoryResolver
- java.lang.Object
-
- org.apache.cxf.binding.soap.saaj.SAAJFactoryResolver
-
public final class SAAJFactoryResolver extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMESSAGE_FACTORY_KEYstatic StringSOAP_FACTORY_KEY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.xml.soap.MessageFactorycreateMessageFactory(SoapVersion version)static javax.xml.soap.SOAPFactorycreateSOAPFactory(SoapVersion version)
-
-
-
Field Detail
-
MESSAGE_FACTORY_KEY
public static final String MESSAGE_FACTORY_KEY
- See Also:
- Constant Field Values
-
SOAP_FACTORY_KEY
public static final String SOAP_FACTORY_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
createMessageFactory
public static javax.xml.soap.MessageFactory createMessageFactory(SoapVersion version) throws javax.xml.soap.SOAPException
- Throws:
javax.xml.soap.SOAPException
-
createSOAPFactory
public static javax.xml.soap.SOAPFactory createSOAPFactory(SoapVersion version) throws javax.xml.soap.SOAPException
- Throws:
javax.xml.soap.SOAPException
-
-