All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.apache.soap.rpc.RPCConstants

java.lang.Object
   |
   +----org.apache.soap.rpc.RPCConstants

public class RPCConstants
extends Object
SOAP constants used for RPC.

Author:
Matthew J. Duftler ([email protected]), Sanjiva Weerawarana ([email protected])

Variable Index

 o ELEM_PARAMETER
 o ELEM_RETURN
 o Q_ELEM_PARAMETER
 o RESPONSE_SUFFIX

Constructor Index

 o RPCConstants()

Variables

 o ELEM_PARAMETER
 public static String ELEM_PARAMETER
 o ELEM_RETURN
 public static String ELEM_RETURN
 o Q_ELEM_PARAMETER
 public static QName Q_ELEM_PARAMETER
 o RESPONSE_SUFFIX
 public static String RESPONSE_SUFFIX

Constructors

 o RPCConstants
 public RPCConstants()

All Packages  Class Hierarchy  This Package  Previous  Next  Index