| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.xml.rpc.ParameterMode
The javax.xml.rpc.ParameterMode is a type-safe
 enumeration for parameter mode. This class is used in the
 CallAPI to specify parameter passing modes.
| Field Summary | |
| static ParameterMode | INThe mode is 'IN'. | 
| static ParameterMode | INOUTThe mode is 'INOUT'. | 
| static ParameterMode | OUTThe mode is 'OUT'. | 
| Method Summary | |
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final ParameterMode IN
public static final ParameterMode INOUT
public static final ParameterMode OUT
| Method Detail | 
public java.lang.String toString()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||