org.apache.axis2.soap.impl.llom.util
Class UtilProvider

java.lang.Object
  extended byorg.apache.axis2.soap.impl.llom.util.UtilProvider

public class UtilProvider
extends java.lang.Object


Constructor Summary
UtilProvider()
           
 
Method Summary
static OMElement getChildWithName(OMElement parent, java.lang.String childName)
           
static void setNewElement(OMElement parent, OMElement myElement, OMElement newElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilProvider

public UtilProvider()
Method Detail

setNewElement

public static void setNewElement(OMElement parent,
                                 OMElement myElement,
                                 OMElement newElement)

getChildWithName

public static OMElement getChildWithName(OMElement parent,
                                         java.lang.String childName)