BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.jws
Interface Policy

All Superinterfaces:
Annotation

public interface Policy
extends Annotation

Annotation of specifying policy

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

Nested Class Summary
static class Policy.Direction
          when to apply the policy
 
Method Summary
 boolean attachToWsdl()
          whether attach policy to wsdl
 Policy.Direction direction()
          when to apply policy, defaut 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

attachToWsdl

public boolean attachToWsdl()
whether attach policy to wsdl


direction

public Policy.Direction direction()
when to apply policy, defaut is both inbound and outbound messages

Returns:

uri

public String uri()
where to retrieve the policy

Returns:
uri of policy

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