Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10659-03


oracle.soa.management.facade
Interface Message


public interface Message

Message type for SOA interactions


Method Summary
 java.lang.String getComponentName()
          Returns the component name.
 java.lang.String getCompositeDN()
          Returns the distinguished name of the composite.
 java.util.Map getContent()
          Returns the content of the message.
 java.lang.String getConversationId()
          Returns the conversation id.
 java.util.Date getCreationTime()
          Returns creationTime of the macdehrzessage.
 java.lang.String getEngineType()
          Where is this message stored.
 java.lang.String getId()
          Returns the message Id.
 java.lang.Boolean getRecoverable()
          Returns the message recoverable state
 int getState()
          Return the state of the message.

 

Method Detail

getEngineType

java.lang.String getEngineType()
Where is this message stored.

getCreationTime

java.util.Date getCreationTime()
Returns creationTime of the macdehrzessage.

getContent

java.util.Map getContent()
Returns the content of the message.

getId

java.lang.String getId()
Returns the message Id.

getConversationId

java.lang.String getConversationId()
Returns the conversation id.

getComponentName

java.lang.String getComponentName()
Returns the component name.

getCompositeDN

java.lang.String getCompositeDN()
Returns the distinguished name of the composite.

getRecoverable

java.lang.Boolean getRecoverable()
Returns the message recoverable state

getState

int getState()
Return the state of the message. The meaning of state might differ between ServiceEngines.

Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10659-03


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.