Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
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.
Modifier and Type | Optional Element and Description |
---|---|
String |
faultBean
Fault bean name. |
String |
messageName
wsdl:Message's name. |
String |
name
Element's local name. |
String |
targetNamespace
Element's namespace name. |
public abstract String name
public abstract String targetNamespace
public abstract String faultBean
public abstract String messageName
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.