|
JSR 172 - J2ME[tm] Web Services | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | |
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. |
Element |
FaultDetailHandler.handleFault(QName faultDetailName)
Returns the type description, as an Element for the
given SOAP fault faultDetailName, null if there
is no mapping. |
| Constructors in javax.microedition.xml.rpc with parameters of type 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. |
|
FaultDetailException(QName faultDetailName,
java.lang.Object faultDetail)
Constructs a new exception with the specified fault detail and associated fault detail QName. |
|
| 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. |
|
JSR 172 - J2ME[tm] Web Services | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||