|
|||||||||||
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
Call
API to specify parameter passing modes.
Field Summary | |
static ParameterMode |
IN
The mode is 'IN'. |
static ParameterMode |
INOUT
The mode is 'INOUT'. |
static ParameterMode |
OUT
The mode is 'OUT'. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, 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 |