public class UDMethodInvocationMsg extends UDMethodBaseMsg
Constructor and Description |
---|
UDMethodInvocationMsg()
Class constructor.
|
UDMethodInvocationMsg(String protocol,
String vendor,
String version,
int id)
Class constructor specifying various properties.
|
getMethodDefID, getParameterBytes, getParameterString, setMethodDefID, setParameterBytes, setParameterString
getProtocol, getTicket, getTimestamp, getVendor, getVersion, setProtocol, setTicket, setTimestamp, setVendor, setVersion
public UDMethodInvocationMsg()
public UDMethodInvocationMsg(String protocol, String vendor, String version, int id)
protocol
- protocol name (example: "HTTP")vendor
- vendor name (example: "IBM")version
- version string (example: "6.1.2.0")id
- the methodDef ID associated with this User Defined msg
(example: 1, 2, 3, etc.)© Copyright IBM Corp. 2013. All rights reserved.