J2ME[tm] Web Services

Uses of Class
javax.microedition.xml.rpc.Element

Packages that use Element
javax.microedition.xml.rpc   
 

Uses of Element in javax.microedition.xml.rpc
 

Fields in javax.microedition.xml.rpc declared as Element
 Element[] ComplexType.elements
          The set of xsd:element objects which make up this ComplexType
 

Methods in javax.microedition.xml.rpc that return Element
 Element FaultDetailHandler.handleFault(QName faultDetailName)
          Returns the type description, as an Element for the given SOAP fault faultDetailName, null if there is no mapping.
 

Methods in javax.microedition.xml.rpc with parameters of type Element
static Operation Operation.newInstance(QName name, Element input, Element output)
          Returns an Operation instance corresponding to the operation that is being performed.
static Operation Operation.newInstance(QName name, Element input, Element output)
          Returns an Operation instance corresponding to the operation that is being performed.
static Operation Operation.newInstance(QName name, Element input, Element output, FaultDetailHandler faultDetailHandler)
          Returns an Operation instance corresponding to the operation that is being performed.
static Operation Operation.newInstance(QName name, Element input, Element output, FaultDetailHandler faultDetailHandler)
          Returns an Operation instance corresponding to the operation that is being performed.
 


J2ME[tm] Web Services

Submit a comment or suggestion Version 1.0 of J2ME Web Services Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved. Use is subject to license terms.