Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:getserviceparameters [2023/04/04 06:36] – removed - external edit (Unknown date) 127.0.0.1pr_methods:getserviceparameters [2023/05/03 04:36] (current) sean
Line 1: Line 1:
 +{{tag>Programmers_Reference Methods MessageInterpreter_Class GetServiceParameters Index}}
 +[<10>]
 +==== getServiceParameters ()====
 +<code java>public Collection getServiceParameters ()</code>
 +
 +Retrieve parameters of the requested service from the message.
 +
 +===Parameters===
 +none
 +
 +===Returns===
 +Parameters of the requested service as a collection of [[docs:3500:0300:0317|IEntity]] objects or ''null'' if the message represents a notification or if the service requires no parameters.