Package javax.xml.rpc

Class 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 CallAPI to specify parameter passing modes.
    Version:
    $Rev: 467553 $ $Date: 2006-10-25 00:01:51 -0400 (Wed, 25 Oct 2006) $
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ParameterMode​(java.lang.String mode)
      Make a new mode.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • mode

        private final java.lang.String mode
        Mode name.
      • INOUT

        public static final ParameterMode INOUT
        The mode is 'INOUT'.
    • Constructor Detail

      • ParameterMode

        private ParameterMode​(java.lang.String mode)
        Make a new mode.
        Parameters:
        mode - name for the mode
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object