javax.servlet.sip.annotation
Annotation Type SipServlet


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

The @SipServlet annotation allows for the SipServlet metadata to be declared without having to create the deployment descriptor.

Since:
1.1

Optional Element Summary
 String applicationName
           
 String description
           
 int loadOnStartup
           
 String name
           
 

applicationName

public abstract String applicationName
Default:
""

loadOnStartup

public abstract int loadOnStartup
Default:
-1

name

public abstract String name
Default:
""

description

public abstract String description
Default:
""


Copyright © 2012. All Rights Reserved.