|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestMessage
A message that can be sent across a transport layer.
Method Summary | |
---|---|
String |
getInteractionId()
Obtains the message's interaction id. |
Document |
getMessageAsDocument()
Obtains the message as a DOM, converting the underlying structure if necessary (i.e. |
String |
getMessageAsString()
Obtains the message as a string, converting the underlying structure if necessary (i.e. |
Method Detail |
---|
String getMessageAsString() throws TransportLayerException
Obtains the message as a string, converting the underlying structure if necessary (i.e. DOM -> string).
TransportLayerException
- if a string representation of the message could not be constructedString getInteractionId() throws TransportLayerException
Obtains the message's interaction id.
TransportLayerException
- if the message's interaction id could not be determinedDocument getMessageAsDocument() throws TransportLayerException
Obtains the message as a DOM, converting the underlying structure if necessary (i.e. string -> DOM).
TransportLayerException
- if there were problems creating the DOM
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |