WebObjects 5.2.2

com.webobjects.webservices.client
Class WOClientParameter

java.lang.Object
  |
  +--com.webobjects.webservices.client.WOClientParameter

public class WOClientParameter
extends Object

A WOClientParameter represents a parameter to a SOAP HTTP Web service invocation as defined in the WSDL document used to create the associated WOWebServiceClient.

See Also:
javax.xml.namespace.QName, javax.xml.rpc.ParameterMode

Method Summary
 boolean equals(Object anObject)
           
 String name()
          Returns the name of the parameter.
 ParameterMode parameterMode()
          Returns the ParameterMode for this parameter.
 String toString()
           
 Object typeQName()
          Returns a QName object indicating the type for this parameter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object anObject)
Overrides:
equals in class Object

name

public String name()
Returns the name of the parameter.

Returns:
the name of the parameter

parameterMode

public ParameterMode parameterMode()
Returns the ParameterMode for this parameter. This indicates whether the parameter is an in, inout, or out parameter.

Returns:
the parameter mode of the receiver
See Also:
javax.xml.rpc.ParameterMode

toString

public String toString()
Overrides:
toString in class Object

typeQName

public Object typeQName()
Returns a QName object indicating the type for this parameter.

Returns:
a QName object indicating the type of this parameter

Last updated Mon Oct 13 15:42:52 PDT 2003.

Copyright © 2003 Apple Computer, Inc.