Class Servlet.Interface.MethodDescription
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Servlet.Interface.MethodDescription

Object
   |
   +----Servlet.Interface.MethodDescription

public class MethodDescription
extends Object

Variable Index

 o MethodName
 o Parameters
 o ReturnMIMEType

Constructor Index

 o Servlet.Interface.MethodDescription(String, String[], ParameterDescription[])

Variables

 o MethodName
public java.lang.String MethodName
 o Parameters
public Servlet.Interface.ParameterDescription[] Parameters
 o ReturnMIMEType
public java.lang.String[] ReturnMIMEType

Constructors

 o MethodDescription
public MethodDescription(String MethodName,
                         String[] ReturnMIMEType,
                         ParameterDescription[] Parameters)

All Packages  Class Hierarchy  This Package  Previous  Next  Index