|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface Policy
Attaches a Policy to a service or method
Required Element Summary | |
---|---|
String |
uri
|
Optional Element Summary | |
---|---|
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. |
Element Detail |
---|
public abstract String uri
public abstract boolean includeInWSDL
public abstract Policy.Placement placement
public abstract Class<?> faultClass
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |