org.apache.axiom.om.impl.llom.factory
Class OMLinkedListMetaFactory

java.lang.Object
  extended by org.apache.axiom.om.impl.llom.factory.OMLinkedListMetaFactory
All Implemented Interfaces:
OMMetaFactory

public class OMLinkedListMetaFactory
extends java.lang.Object
implements OMMetaFactory

Meta factory for the linked list OM implementation.

Since all OM factories for LLOM are stateless, getOMFactory(), getSOAP11Factory() and getSOAP12Factory() will return the same instance on every invocation.


Constructor Summary
OMLinkedListMetaFactory()
           
 
Method Summary
 OMFactory getOMFactory()
           
 SOAPFactory getSOAP11Factory()
           
 SOAPFactory getSOAP12Factory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMLinkedListMetaFactory

public OMLinkedListMetaFactory()
Method Detail

getOMFactory

public OMFactory getOMFactory()
Specified by:
getOMFactory in interface OMMetaFactory

getSOAP11Factory

public SOAPFactory getSOAP11Factory()
Specified by:
getSOAP11Factory in interface OMMetaFactory

getSOAP12Factory

public SOAPFactory getSOAP12Factory()
Specified by:
getSOAP12Factory in interface OMMetaFactory


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.