org.apache.axiom.om.impl.llom.factory
Class OMLinkedListMetaFactory
java.lang.Object
org.apache.axiom.om.impl.AbstractOMMetaFactory
org.apache.axiom.om.impl.llom.factory.OMLinkedListMetaFactory
- All Implemented Interfaces:
- OMMetaFactory
public class OMLinkedListMetaFactory
- extends AbstractOMMetaFactory
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OMLinkedListMetaFactory
public OMLinkedListMetaFactory()
getOMFactory
public OMFactory getOMFactory()
getSOAP11Factory
public SOAPFactory getSOAP11Factory()
getSOAP12Factory
public SOAPFactory getSOAP12Factory()
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.