|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IInputMessage
Defines a interface to a input message which can be used with A-Select.
Description:
An IInputMessage can be used as an interface to the
internal messages of the IMessageCreatorInterface.
This interface is provided to access the communication in a transparent manner.
The IInputMessage interface only specifies methods for retrieving
information from the message.
An input message is normally created from an inputstream.
Concurrency issues:
-
| Method Summary | |
|---|---|
java.lang.String[] |
getArray(java.lang.String sName)
Get array Parameter values from this message. |
java.lang.String |
getParam(java.lang.String sName)
Get a Parameter value from this message. |
| Method Detail |
|---|
java.lang.String getParam(java.lang.String sName)
throws ASelectCommunicationException
sName must contain a valid parameter name.
sName - The name of the parameter to return.
ASelectCommunicationException - If parameter retrieving fails.
java.lang.String[] getArray(java.lang.String sName)
throws ASelectCommunicationException
sName must contain a valid parameter name.
sName - The name of the parameter to return.
ASelectCommunicationException - If parameter retrieving fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||