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

java.lang.Object
  extended by org.apache.axiom.om.OMImplementation
      extended by org.apache.axiom.om.impl.llom.factory.OMLinkedListImplementation

public class OMLinkedListImplementation
extends OMImplementation

Class encapsulating 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
OMLinkedListImplementation()
           
 
Method Summary
 OMFactory getOMFactory()
          Get an OM factory instance for the XML infoset model.
 SOAPFactory getSOAP11Factory()
          Get an OM factory instance for the SOAP 1.1 infoset model.
 SOAPFactory getSOAP12Factory()
          Get an OM factory instance for the SOAP 1.2 infoset model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMLinkedListImplementation

public OMLinkedListImplementation()
Method Detail

getOMFactory

public OMFactory getOMFactory()
Description copied from class: OMImplementation
Get an OM factory instance for the XML infoset model.

Specified by:
getOMFactory in class OMImplementation
Returns:
the OM factory instance

getSOAP11Factory

public SOAPFactory getSOAP11Factory()
Description copied from class: OMImplementation
Get an OM factory instance for the SOAP 1.1 infoset model.

Specified by:
getSOAP11Factory in class OMImplementation
Returns:
the OM factory instance

getSOAP12Factory

public SOAPFactory getSOAP12Factory()
Description copied from class: OMImplementation
Get an OM factory instance for the SOAP 1.2 infoset model.

Specified by:
getSOAP12Factory in class OMImplementation
Returns:
the OM factory instance


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