|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.om.OMAbstractFactory
Constructor Summary | |
protected |
OMAbstractFactory()
Constructor OMFactory |
Method Summary | |
static SOAPFactory |
getDefaultSOAPFactory()
|
static OMFactory |
getOMFactory()
This will pick up the default factory implementation from the classpath |
static OMFactory |
getOMFactory(java.lang.ClassLoader classLoader)
If user needs to provide his own factory implementation, here provide the Class Loader for that. |
static SOAPFactory |
getSOAP11Factory()
This will pick up the default factory implementation from the classpath |
static SOAPFactory |
getSOAP11Factory(java.lang.ClassLoader classLoader)
If user needs to provide his own factory implementation, here provide the Class Loader for that. |
static SOAPFactory |
getSOAP12Factory()
This will pick up the default factory implementation from the classpath |
static SOAPFactory |
getSOAP12Factory(java.lang.ClassLoader classLoader)
If user needs to provide his own factory implementation, here provide the Class Loader for that. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected OMAbstractFactory()
Method Detail |
public static OMFactory getOMFactory()
public static OMFactory getOMFactory(java.lang.ClassLoader classLoader)
classLoader
-
public static SOAPFactory getSOAP11Factory()
public static SOAPFactory getSOAP11Factory(java.lang.ClassLoader classLoader)
classLoader
-
public static SOAPFactory getSOAP12Factory()
public static SOAPFactory getSOAP12Factory(java.lang.ClassLoader classLoader)
classLoader
-
public static SOAPFactory getDefaultSOAPFactory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |