Skip navigation links

Oracle Application Server
Web Services Java API Reference
10g Release 3 (10.1.3.1.0)

B28977-01


oracle.webservices
Class SOAPUtil

java.lang.Object
  extended by oracle.webservices.SOAPUtil


public class SOAPUtil
extends Object

A SOAP utility class


Constructor Summary
SOAPUtil()
           

 

Method Summary
static SOAPElement toSOAPElement(Element domElement)
          A static helper function to convert from a DOM element to a SOAPElement.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SOAPUtil

public SOAPUtil()

Method Detail

toSOAPElement

public static SOAPElement toSOAPElement(Element domElement)
                                 throws SOAPException
A static helper function to convert from a DOM element to a SOAPElement.
Parameters:
domElement - org.w3c.dom.Element to be converted
Returns:
the converted SOAPElement
Throws:
SOAPException

Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.