@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface Policy
Modifier and Type | Required Element and Description |
---|---|
String |
uri |
Modifier and Type | Optional Element and Description |
---|---|
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 String uri
public abstract boolean includeInWSDL
public abstract Policy.Placement placement
public abstract Class<?> faultClass
Apache CXF