Apache CXF API

org.apache.cxf.binding.soap.saaj
Class SAAJFactoryResolver

java.lang.Object
  extended by org.apache.cxf.binding.soap.saaj.SAAJFactoryResolver

public final class SAAJFactoryResolver
extends Object


Field Summary
static String MESSAGE_FACTORY_KEY
           
static String SOAP_FACTORY_KEY
           
 
Method Summary
static javax.xml.soap.MessageFactory createMessageFactory(SoapVersion version)
           
static javax.xml.soap.SOAPFactory createSOAPFactory(SoapVersion version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Apache CXF API

Apache CXF