BEA Systems, Inc.

weblogic.jws
Interface Policy

All Superinterfaces:
Annotation

@Retention(value=RUNTIME)
@Target(value={TYPE, METHOD})
public interface Policy
extends Annotation

Annotation of specifying policy


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

uri

String uri()
where to retrieve the policy

Returns:
uri of policy

direction

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

Returns:

attachToWsdl

boolean attachToWsdl()
whether attach policy to wsdl


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