Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.context
Interface ReferResource

All Superinterfaces:
ContextElement, Resource

public interface ReferResource
extends Resource

This interface represents the Refer resource.


Method Summary
 String getSipFrag()
          Returns the SipFrag that returned by the referred party.
 String getSipMessage()
          The whole sip message that sent by the referred party.
 void removeSubscriber(String subscriber)
          This method is not supported since there is only one subscriber for a given ReferResource.
 void setSipFrag(String sipFrag)
          Update the SipFrag.

 

Methods inherited from interface com.oracle.sft.api.context.Resource
getResourceId, getSubscribers

 

Methods inherited from interface com.oracle.sft.api.ContextElement
isUpdatable

 

Method Detail

getSipFrag

String getSipFrag()
Returns the SipFrag that returned by the referred party. The default value is the first line of sip response.
Returns:
String the SipFrag.

setSipFrag

void setSipFrag(String sipFrag)
Update the SipFrag.
Parameters:
sipFrag - The SipFrag

getSipMessage

String getSipMessage()
The whole sip message that sent by the referred party.
Returns:
the sip message.

removeSubscriber

void removeSubscriber(String subscriber)
This method is not supported since there is only one subscriber for a given ReferResource.
Specified by:
removeSubscriber in interface Resource
Parameters:
subscriber - the subscriber that to be removed.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.