J2ME[tm] Web Services
B C D E F G H I J L M N O P Q R S T U V _

B

BOOLEAN - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying boolean parameters.
BYTE - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying byte parameters.

C

ComplexType - class javax.microedition.xml.rpc.ComplexType.
The class ComplexType is a special Type instance used to represent an xsd:complextype defined in a Web Service's WSDL definition.
ComplexType() - Constructor for class javax.microedition.xml.rpc.ComplexType
Constructs a new ComplexType.
contentType - Variable in class javax.microedition.xml.rpc.Element
The Type of this Element's content.

D

detail - Variable in class java.rmi.RemoteException
Nested Exception to hold wrapped remote exception.
DOUBLE - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying double parameters.

E

Element - class javax.microedition.xml.rpc.Element.
The class Element is a special Object used to represent an xsd:element defined in a Web Service's WSDL definition.
Element(QName, Type) - Constructor for class javax.microedition.xml.rpc.Element
Construct an Element with the given properties.
Element(QName, Type, int, int, boolean) - Constructor for class javax.microedition.xml.rpc.Element
Construct an Element with the given properties.
elements - Variable in class javax.microedition.xml.rpc.ComplexType
The set of xsd:element objects which make up this ComplexType
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Target service endpoint address.
equals(Object) - Method in class javax.xml.namespace.QName
Test this QName for equality with another Object.

F

FaultDetailException - exception javax.microedition.xml.rpc.FaultDetailException.
The FaultDetailException class is used to return service specific exception detail values, and an associated QName, to a Stub instance.
FaultDetailException(QName, Object) - Constructor for class javax.microedition.xml.rpc.FaultDetailException
Constructs a new exception with the specified fault detail and associated fault detail QName.
FaultDetailHandler - interface javax.microedition.xml.rpc.FaultDetailHandler.
The javax.microedition.xml.rpc.FaultDetailHandler interface is implemented by stubs that handle custom faults.
FLOAT - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying float parameters.

G

getFaultDetail() - Method in class javax.microedition.xml.rpc.FaultDetailException
Returns the fault detail values
getFaultDetailName() - Method in class javax.microedition.xml.rpc.FaultDetailException
Returns the QName of the fault detail element associated with this exception.
getLinkedCause() - Method in class javax.xml.rpc.JAXRPCException
Gets the Linked cause
getLocalPart() - Method in class javax.xml.namespace.QName
Get the local part of this QName.
getMessage() - Method in class java.rmi.RemoteException
Returns the detail message, including the message from the nested exception if there is one.
getNamespaceURI() - Method in class javax.xml.namespace.QName
Get the Namespace URI of this QName.
getPrefix() - Method in class javax.xml.namespace.QName
Get the prefix of this QName.

H

handleFault(QName) - Method in interface javax.microedition.xml.rpc.FaultDetailHandler
Returns the type description, as an Element for the given SOAP fault faultDetailName, null if there is no mapping.
hashCode() - Method in class javax.xml.namespace.QName
Generate the hash code for this QName.

I

INT - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying integer parameters.
invoke(Object) - Method in class javax.microedition.xml.rpc.Operation
Invokes the wsdl:operation defined by this Operation and returns the result.
isArray - Variable in class javax.microedition.xml.rpc.Element
True if this element is an array
isNillable - Variable in class javax.microedition.xml.rpc.Element
True if this element is nillable
isOptional - Variable in class javax.microedition.xml.rpc.Element
True if this element is optional, that is, its minOccurs is defined as being 0.

J

java.rmi - package java.rmi
 
javax.microedition.xml.rpc - package javax.microedition.xml.rpc
 
javax.xml.namespace - package javax.xml.namespace
This package contains the QName class.
javax.xml.rpc - package javax.xml.rpc
This package contains the core JAX-RPC APIs for the client programming model.
JAXRPCException - exception javax.xml.rpc.JAXRPCException.
The javax.xml.rpc.JAXRPCException is thrown from the core JAX-RPC APIs to indicate an exception related to the JAX-RPC runtime mechanisms.
JAXRPCException() - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new exception with null as its detail message.
JAXRPCException(String) - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new exception with the specified detail message.
JAXRPCException(String, Throwable) - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new exception with the specified detail message and cause.
JAXRPCException(Throwable) - Constructor for class javax.xml.rpc.JAXRPCException
Constructs a new JAXRPCException with the specified cause and a detail message.

L

LONG - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying long parameters.

M

MarshalException - exception java.rmi.MarshalException.
A MarshalException is thrown if a java.io.IOException occurs while marshalling the remote call header, arguments or return value for a remote method call.
MarshalException(String) - Constructor for class java.rmi.MarshalException
Constructs a MarshalException with the specified detail message.
MarshalException(String, Exception) - Constructor for class java.rmi.MarshalException
Constructs a MarshalException with the specified detail message and nested exception.
maxOccurs - Variable in class javax.microedition.xml.rpc.Element
The 'maxOccurs' attribute of this element.
minOccurs - Variable in class javax.microedition.xml.rpc.Element
The 'minOccurs' attribute of this element.

N

name - Variable in class javax.microedition.xml.rpc.Element
The QName of this element
NamespaceConstants - class javax.xml.rpc.NamespaceConstants.
Constants used in JAX-RPC for namespace prefixes and URIs
NamespaceConstants() - Constructor for class javax.xml.rpc.NamespaceConstants
 
newInstance(QName, Element, Element) - Static method in class javax.microedition.xml.rpc.Operation
Returns an Operation instance corresponding to the operation that is being performed.
newInstance(QName, Element, Element, FaultDetailHandler) - Static method in class javax.microedition.xml.rpc.Operation
Returns an Operation instance corresponding to the operation that is being performed.
NSPREFIX_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML schema XSD
NSPREFIX_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for XML Schema XSI
NSPREFIX_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace prefix for SOAP Envelope
NSURI_SCHEMA_XSD - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema XSD
NSURI_SCHEMA_XSI - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for XML Schema XSI
NSURI_SOAP_ENCODING - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for SOAP 1.1 Encoding
NSURI_SOAP_ENVELOPE - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for SOAP 1.1 Envelope
NSURI_SOAP_NEXT_ACTOR - Static variable in class javax.xml.rpc.NamespaceConstants
Namespace URI for SOAP 1.1 next actor role

O

Operation - class javax.microedition.xml.rpc.Operation.
The javax.microedition.xml.rpc.Operation class corresponds to a wsdl:operation defined for a target service endpoint.
Operation() - Constructor for class javax.microedition.xml.rpc.Operation
 

P

PASSWORD_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: Password for authentication.

Q

QName - class javax.xml.namespace.QName.
QName represents a qualified name as defined in the XML specifications: XML Schema Part2: Datatypes specification, Namespaces in XML, Namespaces in XML Errata.
QName(String) - Constructor for class javax.xml.namespace.QName
QName constructor specifying the local part.
QName(String, String) - Constructor for class javax.xml.namespace.QName
QName constructor specifying the Namespace URI and local part.
QName(String, String, String) - Constructor for class javax.xml.namespace.QName
QName constructor specifying the Namespace URI, local part and prefix.

R

Remote - interface java.rmi.Remote.
The Remote interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.
RemoteException - exception java.rmi.RemoteException.
A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
RemoteException() - Constructor for class java.rmi.RemoteException
Constructs a RemoteException with no specified detail message.
RemoteException(String) - Constructor for class java.rmi.RemoteException
Constructs a RemoteException with the specified detail message.
RemoteException(String, Throwable) - Constructor for class java.rmi.RemoteException
Constructs a RemoteException with the specified detail message and nested exception.

S

ServerException - exception java.rmi.ServerException.
A ServerException is thrown as a result of a remote method invocation when a RemoteException is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.
ServerException(String) - Constructor for class java.rmi.ServerException
Constructs a ServerException with the specified detail message.
ServerException(String, Exception) - Constructor for class java.rmi.ServerException
Constructs a ServerException with the specified detail message and nested exception.
SESSION_MAINTAIN_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint.
setProperty(String, String) - Method in class javax.microedition.xml.rpc.Operation
Sets the name and value of a configuration property for this Operation instance.
SHORT - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying short parameters.
SOAPACTION_URI_PROPERTY - Static variable in class javax.microedition.xml.rpc.Operation
Standard property for SOAPAction.
STRING - Static variable in class javax.microedition.xml.rpc.Type
Type constant identifying String parameters.
Stub - interface javax.xml.rpc.Stub.
The interface javax.xml.rpc.Stub is the common base interface for the stub classes.

T

toString() - Method in class javax.xml.namespace.QName
String representation of this QName.
Type - class javax.microedition.xml.rpc.Type.
The class Type is a type safe enumeration of allowable types that are used to identify simple types defined in a Web Service's WSDL definition.

U

UNBOUNDED - Static variable in class javax.microedition.xml.rpc.Element
Constant used to indicate that maxOccurs is unbounded.
USERNAME_PROPERTY - Static variable in interface javax.xml.rpc.Stub
Standard property: User name for authentication.

V

value - Variable in class javax.microedition.xml.rpc.Type
The internal integer "value" of this Type, [0-9].
valueOf(String) - Static method in class javax.xml.namespace.QName
QName derived from parsing the formatted String.

_

_getProperty(String) - Method in interface javax.xml.rpc.Stub
Gets the value of a specific configuration property.
_setProperty(String, Object) - Method in interface javax.xml.rpc.Stub
Sets the name and value of a configuration property for this Stub instance.

B C D E F G H I J L M N O P Q R S T U V _
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.