当前页面:
在线文档首页 >
JBoss 3.2.7 jaxrpc API Documentation 英文版文档
RPCParam (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档
org.apache.axis.message
Class RPCParam
java.lang.Object
org.apache.axis.message.RPCParam
- All Implemented Interfaces:
- Serializable
- public class RPCParam
- extends Object
- implements Serializable
An RPC parameter
- Author:
- Glen Daniels (gdaniels@macromedia.com)
- See Also:
- Serialized Form
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.