|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.om.OMAbstractFactory
Field Summary | |
static String |
OM_FACTORY_NAME_PROPERTY
|
static String |
SOAP_FACTORY_NAME_PROPERTY
|
static String |
SOAP11_FACTORY_NAME_PROPERTY
|
static String |
SOAP12_FACTORY_NAME_PROPERTY
|
Constructor Summary | |
OMAbstractFactory()
|
Method Summary | |
static SOAPFactory |
getDefaultSOAPFactory()
WARNING - DO NOT USE THIS METHOD !!!!!. |
static OMFactory |
getOMFactory()
Picks up the default factory implementation from the classpath. |
static OMFactory |
getOMFactory(ClassLoader classLoader)
If user needs to provide his own factory implementation, provide the Class Loader here. |
static SOAPFactory |
getSOAP11Factory()
Gets the default factory implementation from the classpath. |
static SOAPFactory |
getSOAP11Factory(ClassLoader classLoader)
If user needs to provide his own factory implementation, provide the Class Loader here. |
static SOAPFactory |
getSOAP12Factory()
Gets the default factory implementation from the classpath. |
static SOAPFactory |
getSOAP12Factory(ClassLoader classLoader)
If user needs to provide his own factory implementation, provide the Class Loader here. |
static SOAPFactory |
getSOAPFactory(ClassLoader classLoader,
String soapFactory)
Gets the soapFactory factory implementation using the provided
classLoader |
static SOAPFactory |
getSOAPFactory(String soapFactory)
Gets the soapFactory factory implementation from the classpath |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String OM_FACTORY_NAME_PROPERTY
public static final String SOAP11_FACTORY_NAME_PROPERTY
public static final String SOAP12_FACTORY_NAME_PROPERTY
public static final String SOAP_FACTORY_NAME_PROPERTY
Constructor Detail |
public OMAbstractFactory()
Method Detail |
public static OMFactory getOMFactory()
public static OMFactory getOMFactory(ClassLoader classLoader)
classLoader
-
public static SOAPFactory getSOAPFactory(String soapFactory)
soapFactory
factory implementation from the classpath
soapFactory
- Fully qualified SOAP 1.1 or SOAP 1.2 Factory implementation class name
soapFactory
public static SOAPFactory getSOAPFactory(ClassLoader classLoader, String soapFactory)
soapFactory
factory implementation using the provided
classLoader
classLoader
- soapFactory
- Fully qualified SOAP 1.1 or SOAP 1.2 Factory implementation class name
soapFactory
public static SOAPFactory getSOAP11Factory()
public static SOAPFactory getSOAP11Factory(ClassLoader classLoader)
classLoader
-
public static SOAPFactory getSOAP12Factory()
public static SOAPFactory getSOAP12Factory(ClassLoader classLoader)
classLoader
-
public static SOAPFactory getDefaultSOAPFactory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |