public class InvokeMessage extends Message
header, inbound, MULTICAST_ROUTING_SCHEME, UNICAST_ROUTING_SCHEME, UNKNOWN_ROUTING_SCHEMEunknownAttributes, unknownElements_QN_2_List| Constructor and Description |
|---|
InvokeMessage(AttributedURI actionName)
Creates a new InvokeInput message containing a
SOAPHeader with a action property set to the value of argument
actionName and a unique message ID property. |
InvokeMessage(AttributedURI actionName,
boolean request)
Creates a new InvokeInput message containing a
SOAPHeader with a action property set to the value of the argument
actionName. |
InvokeMessage(SOAPHeader header) |
| Modifier and Type | Method and Description |
|---|---|
ParameterValue |
getContent()
Gets the content of the body of this message.
|
int |
getType()
Type of message.
|
void |
setContent(ParameterValue content)
Sets content of the message body.
|
java.lang.String |
toString()
(non-Javadoc)
|
getAppSequence, getHeader, getMessageId, getRelatesTo, getReplyTo, getRoutingScheme, getTo, isInbound, setInbound, setResponseTo, setResponseTo, setRoutingScheme, setSOAPHeaderaddUnknownAttribute, addUnknownElement, getUnknownAttribute, getUnknownAttributes, getUnknownElement, getUnknownElements, getUnknownElements, setUnknownAttributes, setUnknownElementspublic InvokeMessage(AttributedURI actionName)
SOAPHeader with a action property set to the value of argument
actionName and a unique message ID property. All other
header- fields are empty and it is the caller's responsibility to fill them with suitable
values.public InvokeMessage(AttributedURI actionName, boolean request)
SOAPHeader with a action property set to the value of the argument
actionName. A unique message ID property is set too. All other
header- fields are empty
and it is the caller's responsibility to fill them with suitable values.public InvokeMessage(SOAPHeader header)
public java.lang.String toString()
Messagepublic int getType()
Messagepublic ParameterValue getContent()
ParameterValue is the object
representation of the content of the body of the message.public void setContent(ParameterValue content)
ParameterValue is the object representation of
the content of the message body.content - the content of this message