SwingUI

Inclusion code:

Service Deployment
Port NameLocationProtocolInterfaces
SwingUI documentation:
SwingUI--UserInterface

List of Available Interfaces

UserInterface

Interface documentation:

Operation NameInput TypeOutput TypeFaults
showMessageDialogstringvoid
showYesNoQuestionDialogstringint
showInputDialogstringstring

Operation Description

showMessageDialog

Operation documentation:

Invocation template:

showMessageDialog@SwingUI( request )( response )

Request type

Type: string

string : string

Response type

Type: void

void : void

showYesNoQuestionDialog

Operation documentation:

Invocation template:

showYesNoQuestionDialog@SwingUI( request )( response )

Request type

Type: string

string : string

Response type

Type: int

int : int

showInputDialog

Operation documentation:

Invocation template:

showInputDialog@SwingUI( request )( response )

Request type

Type: string

string : string

Response type

Type: string

string : string