@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Inherited
public @interface Policy
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
uri |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<?> |
faultClass
If Placement is PORT_TYPE_OPERATION_FAULT, or BINDING_OPERATION_FAULT,
return the fault class associated with this documentation
|
boolean |
includeInWSDL |
Policy.Placement |
placement
The place to put the PolicyReference.
|
public abstract Policy.Placement placement