org.jboss.axis.message
Class RPCParam
java.lang.Object
   org.jboss.axis.message.RPCParam
org.jboss.axis.message.RPCParam
- public class RPCParam 
- extends Object
An RPC parameter
- Author:
- Glen Daniels (gdaniels@macromedia.com)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RPCParam
public RPCParam(String name,
                Object value)
- Constructor for building up messages.
 
RPCParam
public RPCParam(javax.xml.namespace.QName qname,
                Object value)
RPCParam
public RPCParam(String namespace,
                String name,
                Object value)
setRPCCall
public void setRPCCall(RPCElement call)
- 
 
getValue
public Object getValue()
- 
 
setValue
public void setValue(Object newValue)
- 
 
set
public void set(Object newValue)
- This set method is registered during deserialization
 to set the deserialized value.
 If the method is called multiple times, the
 value is automatically changed into a container to
 hold all of the values.
 
- 
- Parameters:
- newValue- is the deserialized object
 
getName
public String getName()
- 
 
getQName
public javax.xml.namespace.QName getQName()
- 
 
getValueSetMethod
public static Method getValueSetMethod()
- 
 
getParamDesc
public ParameterDesc getParamDesc()
- 
 
setParamDesc
public void setParamDesc(ParameterDesc paramDesc)
- 
 
setXSITypeGeneration
public void setXSITypeGeneration(Boolean value)
- 
 
getXSITypeGeneration
public Boolean getXSITypeGeneration()
- 
 
serialize
public void serialize(SerializationContext context)
               throws IOException
- 
- Throws:
- IOException
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.