|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.candle.roma.kxc.RomaMessageInfo
This class defines the message information. The information
can be extracted with the
RomaBusinessElement.interpretMessage(RomaBeRequest,int)
or RomaClient.interpretMessage(RomaClientResponse,int)
method.
Method Summary | |
RomaBeRequest |
getBeRequest()
Returns the message data as Business Element request. |
RomaClientResponse |
getClientResponse()
Returns the message data as Client response. |
RomaExceptionInfo |
getException()
Returns the exception details. |
RomaTheme |
getTheme()
Returns the theme. |
RomaWorkflow |
getWorkflow()
Returns the associated workflow. |
boolean |
hasException()
|
boolean |
hasMessage()
|
boolean |
hasTheme()
|
boolean |
hasWorkflow()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public RomaWorkflow getWorkflow()
public RomaTheme getTheme()
public RomaBeRequest getBeRequest()
public RomaClientResponse getClientResponse()
public RomaExceptionInfo getException()
public boolean hasTheme()
public boolean hasMessage()
public boolean hasWorkflow()
public boolean hasException()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |