javax.servlet.sip.annotation
Annotation Type SipListener


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface SipListener

The @SipListener annotation allows the application developer to specify a listener without declaring it in the deployment descriptor of the application. The listener type is inferred from the interfaces implemented by the target class.

Since:
1.1

Optional Element Summary
 String applicationName
           
 String description
           
 

applicationName

public abstract String applicationName
Default:
""

description

public abstract String description
Default:
""


Copyright © 2012. All Rights Reserved.