|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface WebFault
Used to annotate service specific exception classes to customize to the local and namespace name of the fault element and the name of the fault bean.
Optional Element Summary | |
---|---|
java.lang.String |
faultBean
Fault bean name. |
java.lang.String |
name
Element's local name. |
java.lang.String |
targetNamespace
Element's namespace name. |
public abstract java.lang.String name
public abstract java.lang.String targetNamespace
public abstract java.lang.String faultBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |