Skip navigation links


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
 java.lang.String applicationName
           
 java.lang.String description
           

 

applicationName

public abstract java.lang.String applicationName
Default:
""

description

public abstract java.lang.String description
Default:
""

Skip navigation links

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Java SIP Servlet API 1.1 Reference

Part Number E17883-01