Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api
Interface ResourceListsMessage

All Superinterfaces:
Message

public interface ResourceListsMessage
extends Message

Represents the ProtocolMessage (actual SIP Message). Like other type of Messages, ProtocolMessage also will be available to the application from the CommunicationContext.getMessage method. Note that the ProtocolMessage is expected to be used only be advanced users. Also, the kind of changes made to the actual protocol objects might impact the behavior of the SFT runtime behavior. Typically application might add/remove custom headers or parameters needed for specific application.

See Also:
ProtocolEvent

Method Summary
 ResourceLists getResourceLists()
           

 

Methods inherited from interface com.oracle.sft.api.Message
consume, getContent, getContentType, reject, send, send, send

 

Method Detail

getResourceLists

ResourceLists getResourceLists()

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.