Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


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, 2009 Oracle. All Rights Reserved.