|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--javax.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 |
IN
Field IN |
static ParameterMode |
INOUT
Field INOUT |
static ParameterMode |
OUT
Field OUT |
| Method Summary | |
java.lang.String |
toString()
Method 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()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||