| Home >> All >> org >> apache >> axis >> [ description Javadoc ] |
org.apache.axis.description: Javadoc index of package org.apache.axis.description.
Package Samples:
org.apache.axis.description
Classes:
JavaServiceDesc: A ServiceDesc is an abstract description of a service. ServiceDescs contain OperationDescs, which are descriptions of operations. The information about a service's operations comes from one of two places: 1) deployment, or 2) introspection.
ParameterDesc: A Parameter descriptor, collecting the interesting info about an operation parameter. (mostly taken from org.apache.axis.wsdl.toJava.Parameter right now)
TypeDesc: A TypeDesc represents a Java XML data binding. It is essentially a collection of FieldDescs describing how to map each field in a Java class to XML.
OperationDesc: An OperationDesc is an abstract description of an operation on a service. !!! WORK IN PROGRESS
FieldDesc: FieldDescs are metadata objects which control the mapping of a given Java field to/from XML.
AttributeDesc: An AttributeDesc is a FieldDesc for an Java field mapping to an XML attribute
ElementDesc: An AttributeDesc is a FieldDesc for an Java field mapping to an XML element
FaultDesc: Holds information about a fault for an operation
ServiceDesc
| Home | Contact Us | Privacy Policy | Terms of Service |