com.sun.ws.management.identify
Class IdentifyUtility

java.lang.Object
  extended by com.sun.ws.management.identify.IdentifyUtility

public class IdentifyUtility
extends java.lang.Object

This class is meant to provide general utility functionality for Identify instances and all of their related extensions. SOAPElement instances populated with data may be returned.

Author:
Simeon

Constructor Summary
IdentifyUtility()
           
 
Method Summary
static javax.xml.soap.SOAPElement locateElement(Identify id, javax.xml.namespace.QName identifier)
          Method parse message to return first SOAPElement with the QName entered.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifyUtility

public IdentifyUtility()
Method Detail

locateElement

public static javax.xml.soap.SOAPElement locateElement(Identify id,
                                                       javax.xml.namespace.QName identifier)
                                                throws javax.xml.soap.SOAPException
Method parse message to return first SOAPElement with the QName entered.

Parameters:
id - Identify response instance.
identifier - QName describing/identifying child to locate.
Returns:
SOAPElement containing located node.
Throws:
javax.xml.soap.SOAPException