com.arjuna.mw.wst.common
Class SOAPUtil

java.lang.Object
  extended by com.arjuna.mw.wst.common.SOAPUtil

public class SOAPUtil
extends Object

Utility class for SOAP.

Author:
kevin

Constructor Summary
SOAPUtil()
           
 
Method Summary
static Iterator getChildElements(SOAPElement soapElement)
          Get an iterator containing just child elements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPUtil

public SOAPUtil()
Method Detail

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.