org.oasisopen.sca.annotation
Annotation Type Integrity


@Inherited
@Target(value={TYPE,FIELD,METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface Integrity

The @Integrity annotation is used to indicate that the invocation requires integrity (ie no tampering of the messages between client and service).


Optional Element Summary
 java.lang.String[] value
          List of integrity qualifiers (such as "message" or "transport").
 

value

public abstract java.lang.String[] value
List of integrity qualifiers (such as "message" or "transport").

Returns:
integrity qualifiers
Default:
""