Package org.apache.cxf.annotations
Annotation Type Policy
Attaches a Policy to a service or method
-
Nested Class Summary
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionClass<?>
If Placement is PORT_TYPE_OPERATION_FAULT, or BINDING_OPERATION_FAULT, return the fault class associated with this documentationboolean
The place to put the PolicyReference.
-
Element Details
-
uri
String uri
-
-
-
includeInWSDL
boolean includeInWSDL- Default:
- true
-
placement
Policy.Placement placementThe 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:
- DEFAULT
-
faultClass
Class<?> faultClassIf 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
-