module java {
|
module lang { extensible struct Object;
|
};
|
};
|
module jdce {
|
module util {
|
module message {
|
extensible struct jdceMessage {
|
string sender;
|
string applicationType;
|
string messageType;
|
string protocolType;
|
::java::lang::Object content;
|
};
|
};
|
};
|
};
|
|
IDL DEFINITION
|
The Message Object Implementation consists of the following methods, which conform to the JavaBeans Design Patterns.
-
getApplicationType()
-
getBahnName()
-
getContent()
-
getProtocol()
-
getSender()
-
setApplicationType(String)
-
setBahnName(String)
-
setContent(Object)
-
setProtocolType(String)
-
setSender(String)
|