|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.osci.osci12.messagetypes.OSCIMessage | +--de.osci.osci12.messagetypes.OSCIRequest | +--de.osci.osci12.messagetypes.InitDialog
Dialoginitialisierungs-Nachrichtenobjekt
Diese Klasse dient der Initialisierung eines expliziten Dialogs. Clients erhalten als Antwort auf diese Nachricht vom Intermediär ein Nachrichtenobjekt, welches im seinem ControlBlock die angeforderte ConversationId enthält. Diese Id wird beim Empfang der Antwort an das verwendete DialogHandler-Objekt übergeben. Der Client muß lediglich dieses DialogHandler-Objekt für alle weiteren Nachrichten verwenden, die innerhalb dieses Dialogs behandelt werden sollen.
Copyright: Copyright (c) 2003
Organisation:
DialogHandler
Field Summary |
Constructor Summary | |
InitDialog(DialogHandler dh)
Legt ein Nachrichtenobjekt zur Dialoginitialisierung an. |
Method Summary | |
static void |
main(java.lang.String[] args)
Description of the Method |
ResponseToInitDialog |
send()
Description of the Method |
void |
writeXML(java.io.OutputStream out)
Description of the Method |
Methods inherited from class de.osci.osci12.messagetypes.OSCIRequest |
getDesiredLanguages, sign |
Methods inherited from class de.osci.osci12.messagetypes.OSCIMessage |
addRole, debugOut, getAddressee, getDialogHandler, getMessageType, getOriginator, getOtherAuthors, getOtherReaders, getRoleForRefID, storeOSCIMsg, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InitDialog(DialogHandler dh) throws OSCIRoleException
dh
- DialogHandler-Objekt, welches für die
folgenden Nachrichten initialisiert werden soll.
OSCIRoleException
- Description of ExceptionDialogHandler
Method Detail |
public static void main(java.lang.String[] args)
OSCIMessage
args
- nullpublic ResponseToInitDialog send() throws java.io.IOException, OSCIException, SoapClientException, SoapServerException
java.io.IOException
- Description of Exception
OSCIException
- Description of Exception
SoapClientException
- Description of Exception
SoapServerException
- Description of Exceptionpublic void writeXML(java.io.OutputStream out) throws java.io.IOException
writeXML
in class OSCIRequest
out
- Description of Parameter
java.io.IOException
- Description of Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |