|
||||||||||
| 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 |
domainName
Default domain name that will be appended to any userName. |
String |
domainProxy
Defines the Location of the Domain Proxy. |
String |
mscontrolJndiName
JNDI name for looking up the MsControlFactory object configured in the application server. |
String |
registrar
Defines the Location of the Registrar. |
String |
xcapRoot
|
public abstract String registrar
public abstract String domainProxy
public abstract String domainName
public abstract String xcapRoot
public abstract String mscontrolJndiName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||