BEA Systems, Inc.

BEA WebLogic Server Support for Apache Beehive


com.bea.control
Interface ServiceControl.Policy

All Superinterfaces:
Annotation
Enclosing interface:
ServiceControl

public static interface ServiceControl.Policy
extends Annotation

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

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 ServiceControl.Direction direction()
          When to apply policy, default is both inbound and outbound messages
 String uri()
          Where to retrieve the policy.
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

direction

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

Returns:

uri

public String uri()
Where to retrieve the policy. Required.

Returns:
uri of policy

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.