org.apache.axis2.om
Class OMAbstractFactory

java.lang.Object
  extended byorg.apache.axis2.om.OMAbstractFactory

public class OMAbstractFactory
extends java.lang.Object


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

OMAbstractFactory

protected OMAbstractFactory()
Constructor OMFactory

Method Detail

getOMFactory

public static OMFactory getOMFactory()
This will pick up the default factory implementation from the classpath

Returns:

getOMFactory

public static OMFactory getOMFactory(java.lang.ClassLoader classLoader)
If user needs to provide his own factory implementation, here provide the Class Loader for that.

Parameters:
classLoader -
Returns:

getSOAP11Factory

public static SOAPFactory getSOAP11Factory()
This will pick up the default factory implementation from the classpath

Returns:

getSOAP11Factory

public static SOAPFactory getSOAP11Factory(java.lang.ClassLoader classLoader)
If user needs to provide his own factory implementation, here provide the Class Loader for that.

Parameters:
classLoader -
Returns:

getSOAP12Factory

public static SOAPFactory getSOAP12Factory()
This will pick up the default factory implementation from the classpath

Returns:

getSOAP12Factory

public static SOAPFactory getSOAP12Factory(java.lang.ClassLoader classLoader)
If user needs to provide his own factory implementation, here provide the Class Loader for that.

Parameters:
classLoader -
Returns:

getDefaultSOAPFactory

public static SOAPFactory getDefaultSOAPFactory()