javax.xml.rpc
public class ParameterMode extends java.lang.Object
javax.xml.rpc.ParameterMode is a type-safe
enumeration for parameter mode. This class is used in the
CallAPI to specify parameter passing modes.| Modifier and Type | Field and Description |
|---|---|
static ParameterMode |
IN
The mode is 'IN'.
|
static ParameterMode |
INOUT
The mode is 'INOUT'.
|
static ParameterMode |
OUT
The mode is 'OUT'.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final ParameterMode IN
public static final ParameterMode INOUT
public static final ParameterMode OUT
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.