|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface DataBindingUsed to demarcate the mapping style for an interface or operation
| Required Element Summary | |
|---|---|
java.lang.String |
value
Indicate the effective databinding that controls the WSDL/Java mapping of the interface/operation |
| Optional Element Summary | |
|---|---|
boolean |
wrapped
Indicate if the operation is mapped using WRAPPED or BARE style. |
| Element Detail |
|---|
public abstract java.lang.String value
public abstract boolean wrapped
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||