public class InputMessageGrouperHeader extends Object
| Constructor and Description |
|---|
InputMessageGrouperHeader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
which endpoint to call in web service (mandatory)
|
String |
getHttpMethod()
http method that would be in WS (mandatory)
|
String |
getHttpPath()
http path that would be in the WS (mandatory)
|
String |
getMessageInputUuid()
for logging (mandatory)
|
String |
getMessageVersion()
message version (mandatory)
|
String |
getReplyToExchangeType()
if replying to rabbitmq (optional)
|
Map<String,Object> |
getReplyToQueueArguments()
if replying to rabbitmq (optional)
|
String |
getReplyToQueueOrTopic()
if replying, "queue" or "topic" (optional)
|
String |
getReplyToQueueOrTopicName()
if replying back to some queue/topic (optional)
|
String |
getReplyToRoutingKey()
if replying to rabbitmq (optional)
|
String |
getTimestampInput()
timestamp message was sent (mandatory)
|
String |
getType()
type of message (mandatory).
|
void |
setEndpoint(String endpoint)
which endpoint to call in web service (mandatory)
|
void |
setHttpMethod(String httpMethod)
http method that would be in WS (mandatory)
|
void |
setHttpPath(String httpPath)
http path that would be in the WS (mandatory)
|
void |
setMessageInputUuid(String messageInputUuid)
for logging (mandatory)
|
void |
setMessageVersion(String messageVersion)
message version (mandatory)
|
void |
setReplyToExchangeType(String replyToExchangeType)
if replying to rabbitmq (optional)
|
void |
setReplyToQueueArguments(Map<String,Object> replyToQueueArguments)
if replying to rabbitmq (optional)
|
void |
setReplyToQueueOrTopic(String replyToQueueOrTopic)
if replying, "queue" or "topic" (optional)
|
void |
setReplyToQueueOrTopicName(String replyToQueueOrTopicName)
if replying back to some queue/topic (optional)
|
void |
setReplyToRoutingKey(String replyToRoutingKey)
if replying to rabbitmq (optional)
|
void |
setTimestampInput(String timestampInput)
timestamp message was sent (mandatory)
|
void |
setType(String type)
type of message (mandatory).
|
public String getMessageVersion()
public void setMessageVersion(String messageVersion)
messageVersion - public String getTimestampInput()
public void setTimestampInput(String timestampInput)
timestampInput - public String getType()
public void setType(String type)
type - public String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - public String getMessageInputUuid()
public void setMessageInputUuid(String messageInputUuid)
messageInputUuid - public String getReplyToQueueOrTopicName()
public void setReplyToQueueOrTopicName(String replyToQueueOrTopicName)
replyToQueueOrTopicName - public String getReplyToQueueOrTopic()
public void setReplyToQueueOrTopic(String replyToQueueOrTopic)
replyToQueueOrTopic - public String getReplyToRoutingKey()
public void setReplyToRoutingKey(String replyToRoutingKey)
replyToRoutingKey - public String getReplyToExchangeType()
public void setReplyToExchangeType(String replyToExchangeType)
replyToExchangeType - public Map<String,Object> getReplyToQueueArguments()
public void setReplyToQueueArguments(Map<String,Object> replyToQueueArguments)
replyToQueueArguments - public String getHttpMethod()
public void setHttpMethod(String httpMethod)
httpMethod - public String getHttpPath()
public void setHttpPath(String httpPath)
httpPath - Copyright © 2016 Internet2. All rights reserved.