The java org.apache.axis.description.ElementDesc class is a part of the Apache Axis library, which is used for creating and accessing web services in Java. This class represents an element description and provides methods to retrieve information about the element, such as its name, type, and whether it is required or not. It is used in the process of generating and parsing XML messages in web services.
Java ElementDesc - 30 examples found. These are the top rated real world Java examples of org.apache.axis.description.ElementDesc extracted from open source projects. You can rate examples to help us improve the quality of examples.