|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICallbackMetaData
This interface represents a callback message delivered to the BPEL domain.
| Field Summary |
|---|
| Fields inherited from interface com.oracle.bpel.client.IDeliveryConstants |
|---|
STATE_CANCELLED, STATE_HANDLED, STATE_RESOLVED, STATE_UNRESOLVED, TYPE_callback_master_detail, TYPE_callback_mom, TYPE_callback_soap, TYPE_message_header, TYPE_message_payload |
| Method Summary | |
|---|---|
java.lang.String |
getConversationId()Returns the conversation identifier for the message. |
int |
getConversationType()Returns the type of the conversation. |
java.lang.String |
getDomainId()Returns the identifier for the BPEL domain this message is directed towards. |
java.lang.String |
getMessageGUID()Returns the message GUID for the message. |
java.lang.String |
getProcessGUID()Returns the process GUID for the BPEL process this message is directed towards. |
java.lang.String |
getProcessId()Returns the process identifier for the BPEL process this message is directed towards. |
java.util.Date |
getReceiveDate()Returns the date the callback message was received by the BPEL domain. |
java.lang.String |
getRevisionTag()Returns the revision tag for the BPEL process this message is directed towards. |
int |
getState()Returns the state of the message. |
java.lang.String |
getSubscriberId()Returns the resolved subscriber identifier. |
| Method Detail |
|---|
java.lang.String getMessageGUID()
java.lang.String getConversationId()
int getConversationType()
IDeliveryConstantsjava.lang.String getSubscriberId()
null until the subscriber for the message is resolved.int getState()
intIDeliveryConstantsjava.lang.String getProcessId()
java.lang.String getRevisionTag()
java.lang.String getProcessGUID()
java.lang.String getDomainId()
java.util.Date getReceiveDate()
|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||