Package org.apache.cxf.annotations
Annotation Type Policy
- 
 @Documented @Retention(RUNTIME) @Target({TYPE,METHOD}) @Inherited public @interface Policy Attaches a Policy to a service or method
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description Class<?>faultClassIf Placement is PORT_TYPE_OPERATION_FAULT, or BINDING_OPERATION_FAULT, return the fault class associated with this documentationbooleanincludeInWSDLPolicy.PlacementplacementThe place to put the PolicyReference.
 
- 
- 
- 
Element Detail- 
uriString uri 
 
- 
 - 
- 
placementPolicy.Placement placement The place to put the PolicyReference. The Default depends on the location of the annotation. On the method in the SEI, it would be the binding/operation, on the SEI, it would be the binding, on the service impl, the service element.- Returns:
- location
 - Default:
- org.apache.cxf.annotations.Policy.Placement.DEFAULT
 
 
- 
 - 
- 
faultClassClass<?> faultClass If Placement is PORT_TYPE_OPERATION_FAULT, or BINDING_OPERATION_FAULT, return the fault class associated with this documentation- Returns:
- the fault class
 - Default:
- org.apache.cxf.annotations.Policy.DEFAULT.class
 
 
- 
 
-