@jws:context Tag

Specifies that the object annotated by this tag is a JwsContext object. Causes WebLogic Server to connect the associated JwsContext object to its underlying infrastructure.

Syntax

@jws:context

Attributes

none

Remarks

The following rules apply to this tag's use:

If the @jws:context tag is not present on a JwsContext instance declaration, the JwsContext object will not be connected to its underlying infrastructure. Attempts to invoke methods of th JwsContext object will result in Null Pointer Exceptions (NPEs).

Note: All @jws tags are Javadoc tags. Javadoc tags are not recognized unless they are in a Javadoc comment, which must begin with /** (two asterisks).

Related Topics

JwsContext Interface

Structure of a JWS File