javax.xml.rpc
Class ParameterMode

java.lang.Object
  extended by javax.xml.rpc.ParameterMode

public class ParameterMode
extends Object

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.

Version:
1.0

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

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'.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006 Apache Software Foundation. All Rights Reserved.