|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ServiceAttributes
A ServiceAttributes annotation can be placed on top a CommunicationBean annotation. There can be atmost only one ServiceAttribute annotation in an application. ServiceAttributes define the attributes of the application.
CommunicationBean
Optional Element Summary | |
---|---|
String |
allowedModules Names of Java EE modules that are allowed to use this CommunicationBean. |
String[] |
chargingCollectionFunction Represents the Charging Collection Function (CCF) charging functional entity in P-Charging-Function-Addresses header. |
int[] |
conferenceEventConfig The configuration data for conference event. |
String |
domainName Default domain name that will be appended to any userName. |
String |
domainProxy Defines the Location of the Domain Proxy. |
boolean |
enableChangeBandwidth 3GPP 24.610 (Communication HOLD) defines the AS of the UE should change some band width attributes for each media stream marked "recvonly". |
String[] |
eventChargingFunction Represents the Event Charging Function (ECF) charging functional entity in P-Charging-Function-Addresses header. |
int[] |
messageObservationEventConfig The configuration data for message waitting event. |
String |
mscontrolJndiName JNDI name for looking up the MsControlFactory object configured in the application server. |
int |
referEventConfig The configuration data for refer event. |
String |
registrar Defines the Location of the Registrar. |
String |
restAuthorizationAdapter Defines the name of authorization adapter name of REST module. |
int[] |
sdpBandwidthAttributes 3GPP 24.610 Communication HOLD As a network option, the AS of the UE which invoke Communication HOLD shall for each media stream marked "recvonly" lower the bandwidth by setting the "b=AS:" parameter to a small value, e.g. |
int |
statusCode4InitiateEarlyMedia Specify status code of response by which AS initiate early media for certain UserParticipant as caller. |
String |
terminatingOperator Represents the term-ioi parameter in P-Charging-Vector header. |
String |
xcapRoot |
public abstract String registrar
public abstract String domainProxy
public abstract String domainName
public abstract String xcapRoot
public abstract String mscontrolJndiName
public abstract int[] sdpBandwidthAttributes
public abstract boolean enableChangeBandwidth
public abstract String allowedModules
public abstract int[] conferenceEventConfig
The configuration data for conference event. there are four parameters, listed by sequence as following:
public abstract int[] messageObservationEventConfig
The configuration data for message waitting event. there are four parameters, listed by sequence as following:
public abstract int referEventConfig
The configuration data for refer event.
Notice that unlike SUBSCRIBE, the REFER transaction does not contain a duration for the subscription in either the request or the response. application can set the default expiration time for refer event.
public abstract String terminatingOperator
public abstract String[] chargingCollectionFunction
public abstract String[] eventChargingFunction
public abstract int statusCode4InitiateEarlyMedia
public abstract String restAuthorizationAdapter
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2012 Oracle Corporation. All Rights Reserved.