| 
 | Oracle | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||||
@Retention(value=RUNTIME)
@Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.METHOD})
@AggregateWebServiceFeatureAnnotation(featureBean=weblogic.jws.jaxws.PolicyFeature.class,
                                      aggregateBean=weblogic.jws.jaxws.AggregatePolicyFeature.class)
public @interface PolicyAnnotation of specifying policy
| Required Element Summary | |
|---|---|
|  String | uriwhere to retrieve the policy | 
| Optional Element Summary | |
|---|---|
|  boolean | attachToWsdlwhether attach policy to wsdl | 
|  Policy.Direction | directionwhen to apply policy, defaut is both inbound and outbound messages | 
|  boolean | enabled | 
| Element Detail | 
|---|
public abstract String uri
public abstract Policy.Direction direction
public abstract boolean attachToWsdl
public abstract boolean enabled
| 
 | Documentation is available at http://edocs.bea.com/wls/docs103 Copyright 2008 Oracle | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||