javax.microedition.xml.rpc |
Provides the API that defines JSR 172 JAX-RPC subset of WSDL types.
|
Java Source File Name | Type | Comment |
ComplexType.java | Class | The class ComplexType is a special Type instance
used to represent an xsd:complextype defined in a Web Service's
WSDL definition. |
Element.java | Class | The class Element is a special Object
used to represent an xsd:element defined in a Web Service's
WSDL definition. |
FaultDetailException.java | Class | The FaultDetailException class
is used to return service specific exception detail values, and
an associated QName , to a Stub instance. |
FaultDetailHandler.java | Interface | The javax.microedition.xml.rpc.FaultDetailHandler
interface is implemented by stubs that handle custom faults. |
Operation.java | Class | The javax.microedition.xml.rpc.Operation
class corresponds to a wsdl:operation defined for a
target service endpoint. |
Type.java | Class | 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. |