JSR 172 - J2ME[tm] Web Services

Uses of Class
javax.microedition.xml.rpc.Type

Packages that use Type
javax.microedition.xml.rpc   
 

Uses of Type in javax.microedition.xml.rpc
 

Subclasses of Type in javax.microedition.xml.rpc
 class ComplexType
          The class ComplexType is a special Type instance used to represent an xsd:complextype defined in a Web Service's WSDL definition.
 class Element
          The class Element is a special Object used to represent an xsd:element defined in a Web Service's WSDL definition.
 

Fields in javax.microedition.xml.rpc declared as Type
 Type Element.contentType
          The Type of this Element's content.
static Type Type.BOOLEAN
          Type constant identifying boolean parameters.
static Type Type.BYTE
          Type constant identifying byte parameters.
static Type Type.SHORT
          Type constant identifying short parameters.
static Type Type.INT
          Type constant identifying integer parameters.
static Type Type.LONG
          Type constant identifying long parameters.
static Type Type.FLOAT
          Type constant identifying float parameters.
static Type Type.DOUBLE
          Type constant identifying double parameters.
static Type Type.STRING
          Type constant identifying String parameters.
 

Constructors in javax.microedition.xml.rpc with parameters of type Type
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.
 


JSR 172 - 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.