|
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 |
allowedModulesNames of Java EE modules that are allowed to use this CommunicationBean. |
String[] |
chargingCollectionFunctionRepresents the Charging Collection Function (CCF) charging functional entity in P-Charging-Function-Addresses header. |
int[] |
conferenceEventConfigThe configuration data for conference event. |
String |
domainNameDefault domain name that will be appended to any userName. |
String |
domainProxyDefines the Location of the Domain Proxy. |
boolean |
enableChangeBandwidth3GPP 24.610 (Communication HOLD) defines the AS of the UE should change some band width attributes for each media stream marked "recvonly". |
String[] |
eventChargingFunctionRepresents the Event Charging Function (ECF) charging functional entity in P-Charging-Function-Addresses header. |
int[] |
messageObservationEventConfigThe configuration data for message waitting event. |
String |
mscontrolJndiNameJNDI name for looking up the MsControlFactory object configured in the application server. |
int |
referEventConfigThe configuration data for refer event. |
String |
registrarDefines the Location of the Registrar. |
String |
restAuthorizationAdapterDefines the name of authorization adapter name of REST module. |
int[] |
sdpBandwidthAttributes3GPP 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 |
statusCode4InitiateEarlyMediaSpecify status code of response by which AS initiate early media for certain UserParticipant as caller. |
String |
terminatingOperatorRepresents 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.