public class GetResponseMessage extends Message
header, inbound, MULTICAST_ROUTING_SCHEME, UNICAST_ROUTING_SCHEME, UNKNOWN_ROUTING_SCHEMEunknownAttributes, unknownElements_QN_2_List| Constructor and Description |
|---|
GetResponseMessage()
Creates a new GetResponse message containing a new created
SOAPHeader. |
GetResponseMessage(SOAPHeader header)
Creates a new GetResponse message with the given
SOAPHeader. |
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomMData(java.lang.String communicationManagerId,
UnknownDataContainer container) |
void |
addRelationship(RelationshipMData relationship) |
HashMap |
getCustomMData() |
ArrayList |
getCustomMData(java.lang.String communicationManagerId) |
HostMData |
getHost() |
DataStructure |
getHosted() |
RelationshipMData |
getRelationship() |
ThisDeviceMData |
getThisDevice() |
ThisModelMData |
getThisModel() |
int |
getType()
Type of message.
|
void |
setCustomMData(HashMap customMData) |
void |
setThisDevice(ThisDeviceMData thisDevice) |
void |
setThisModel(ThisModelMData thisModel) |
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 GetResponseMessage()
SOAPHeader. All header- and
transfer-related fields are empty and it is the caller's responsibility to fill them with
suitable values.public GetResponseMessage(SOAPHeader header)
SOAPHeader.header - public java.lang.String toString()
Messagepublic int getType()
Messagepublic ThisDeviceMData getThisDevice()
public void setThisDevice(ThisDeviceMData thisDevice)
thisDevice - the thisDevice to setpublic ThisModelMData getThisModel()
public void setThisModel(ThisModelMData thisModel)
thisModel - the thisModel to setpublic RelationshipMData getRelationship()
public HostMData getHost()
public DataStructure getHosted()
public void addRelationship(RelationshipMData relationship)
relationship - the relationship to setpublic void addCustomMData(java.lang.String communicationManagerId,
UnknownDataContainer container)
container - instance of the type UnknownDataContainerpublic ArrayList getCustomMData(java.lang.String communicationManagerId)
public HashMap getCustomMData()