Java Web Services in a Nutshell

   
Package javax.xml.namespace JAX-RPC 1.0; JWSDP 1.0, J2EE 1.4

This package contains only a single class, QName , that represents a namespace-qualified XML element name . Theoretically, many of the XML APIs, including those that are not directly related to web services, could make use of this class. At the present time, however, it is used only by the packages that form the JAX-RPC API.

Classes

public class

QName

implements Serializable;


   

Категории