com.bea.control
Annotation Type ServiceControl.Policy


@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public static @interface ServiceControl.Policy

The Policy annotation is used to define the policy for a port/operation.


Required Element Summary
 String uri
          Where to retrieve the policy.
 
Optional Element Summary
 ServiceControl.Direction direction
          When to apply policy, default is both inbound and outbound messages
 

Element Detail

uri

public abstract String uri
Where to retrieve the policy. Required.

Returns:
uri of policy

direction

public abstract ServiceControl.Direction direction
When to apply policy, default is both inbound and outbound messages

Returns:
Default:
both