Oracle

weblogic.webservice.extensions
Interface WLCall


Deprecated. please migrate to jws for webservices

public interface WLCall


Method Summary
 Class getParameterJavaType(String name)
          Deprecated. Returns the Java data type of the specified parameter.
 ParameterMode getParameterMode(String name)
          Deprecated. Returns the mode (IN, OUT, or INOUT) of the parameter.
 Iterator getParameterNames()
          Deprecated. Returns the name of all the parameters of this call.
 

Method Detail

getParameterNames

Iterator getParameterNames()
Deprecated. 
Returns the name of all the parameters of this call.

Returns:
name of the parameters

getParameterJavaType

Class getParameterJavaType(String name)
Deprecated. 
Returns the Java data type of the specified parameter.

Parameters:
name - name of the parameter
Returns:
java Class of the specified parameter

getParameterMode

ParameterMode getParameterMode(String name)
Deprecated. 
Returns the mode (IN, OUT, or INOUT) of the parameter.

Parameters:
name - name of the parameter
Returns:
the mode of the parameter specified

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle