J2ME[tm] Web Services

Uses of Class
javax.xml.namespace.QName

Packages that use QName
javax.microedition.xml.rpc   
javax.xml.namespace This package contains the QName class. 
 

Uses of QName in javax.microedition.xml.rpc
 

Fields in javax.microedition.xml.rpc declared as QName
 QName Element.name
          The QName of this element
 

Methods in javax.microedition.xml.rpc that return QName
 QName FaultDetailException.getFaultDetailName()
          Returns the QName of the fault detail element associated with this exception.
 

Methods in javax.microedition.xml.rpc with parameters of type QName
 Element FaultDetailHandler.handleFault(QName faultDetailName)
          Returns the type description, as an Element for the given SOAP fault faultDetailName, null if there is no mapping.
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.
 

Constructors in javax.microedition.xml.rpc with parameters of type QName
FaultDetailException(QName faultDetailName, java.lang.Object faultDetail)
          Constructs a new exception with the specified fault detail and associated fault detail QName.
Element(QName name, Type type, int minOccurs, int maxOccurs, boolean nillable)
          Construct an Element with the given properties.
Element(QName name, Type type)
          Construct an Element with the given properties.
 

Uses of QName in javax.xml.namespace
 

Methods in javax.xml.namespace that return QName
static QName QName.valueOf(java.lang.String qNameAsString)
          QName derived from parsing the formatted String.
 


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.