public class GcMessageReceive
extends java.lang.Object
Constructor and Description |
---|
GcMessageReceive() |
Modifier and Type | Method and Description |
---|---|
GcMessageReceive |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list
|
GcMessageReceive |
addParam(WsParam wsParam)
add a param to the list
|
GcMessageReceive |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any
|
GcMessageReceive |
assignBlockMillis(java.lang.Integer theBlockMillis) |
GcMessageReceive |
assignClientVersion(java.lang.String theClientVersion)
assign client version
|
GcMessageReceive |
assignMaxMessagesToReceiveAtOnce(java.lang.Integer theMaxMessagesToReceiveAtOnce) |
GcMessageReceive |
assignMessageSystemName(java.lang.String theMessageSystemName) |
GcMessageReceive |
assignQueueOrTopicName(java.lang.String theQueueOrTopicName) |
WsMessageResults |
execute()
execute the call and return the results.
|
public GcMessageReceive assignBlockMillis(java.lang.Integer theBlockMillis)
theBlockMillis
- public GcMessageReceive assignMaxMessagesToReceiveAtOnce(java.lang.Integer theMaxMessagesToReceiveAtOnce)
theMaxMessagesToReceiveAtOnce
- public GcMessageReceive assignQueueOrTopicName(java.lang.String theQueueOrTopicName)
theQueueOrTopicName
- public GcMessageReceive assignMessageSystemName(java.lang.String theMessageSystemName)
theMessageSystemName
- public GcMessageReceive addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
- public GcMessageReceive addParam(WsParam wsParam)
wsParam
- public GcMessageReceive assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
- public GcMessageReceive assignClientVersion(java.lang.String theClientVersion)
theClientVersion
- public WsMessageResults execute()