com.arjuna.mw.wst.common
Class SOAPUtil
java.lang.Object
com.arjuna.mw.wst.common.SOAPUtil
public class SOAPUtil
- extends Object
Utility class for SOAP.
- Author:
- kevin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPUtil
public SOAPUtil()
getChildElements
public static Iterator getChildElements(SOAPElement soapElement)
- Get an iterator containing just child elements.
- Parameters:
soapElement
- The parent soap element.
- Returns:
- The iterator of SOAPElements.
Copyright © 2012. All Rights Reserved.