javax.xml.rpc
Class ParameterMode
java.lang.Object
|
+--javax.xml.rpc.ParameterMode
- public class ParameterMode
- extends java.lang.Object
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.
- Version:
- 1.0
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IN
public static final ParameterMode IN
- The mode is 'IN'.
INOUT
public static final ParameterMode INOUT
- The mode is 'INOUT'.
OUT
public static final ParameterMode OUT
- The mode is 'OUT'.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003 Apache Web Services Project. All Rights Reserved.