static javax.xml.soap.SOAPElement |
XMLValueExtractor.getSOAPElementFromRef(javax.xml.soap.SOAPElement param,
ISOAPMessageContext context)
if the Soap element have a ref attribute, the method research the SOAP element
with the id key from the ref attribute
return 1- the param if nothing ref exists in the soap element param
2- if the param is a ref on the other soap element, it returns the soap element referenced
Exception: if the object researched from the ref attribute is not found an exception is throw |