|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.ParameterMode
public class 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 | |
---|---|
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 String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |