Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2007 Sun Microsystems, Inc. All rights reserved.

JSR 172

Package javax.microedition.xml.rpc

Provides the API that defines JSR 172 JAX-RPC subset of WSDL types.

See:
          Description

Interface Summary
FaultDetailHandler The javax.microedition.xml.rpc.FaultDetailHandler interface is implemented by stubs that handle custom faults.
 

Class Summary
ComplexType The class ComplexType is a special Type instance used to represent an xsd:complextype defined in a Web Service's WSDL definition.
Element The class Element is a special Object used to represent an xsd:element defined in a Web Service's WSDL definition.
Operation The javax.microedition.xml.rpc.Operation class corresponds to a wsdl:operation defined for a target service endpoint.
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.
 

Exception Summary
FaultDetailException The FaultDetailException class is used to return service specific exception detail values, and an associated QName, to a Stub instance.
 

Package javax.microedition.xml.rpc Description

Provides the API that defines JSR 172 JAX-RPC subset of WSDL types.


JSR 172

Copyright © 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 172 specification.