Skip navigation links
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
name
public abstract java.lang.String name
-
- Default:
- ""
applicationName
public abstract java.lang.String applicationName
-
- Default:
- ""
description
public abstract java.lang.String description
-
- Default:
- ""
loadOnStartup
public abstract int loadOnStartup
-
- Default:
- -1
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