| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Action
The Action annotation allows explicit association of a 
 WS-Addressing Action message addressing property with 
 input, output, and 
 fault messages of the mapped WSDL operation. 
 
 In this version of JAX-WS there is no standard way to specify 
 Action values in a WSDL and there is no standard default value.  It is intended that, 
 after the W3C WG on WS-Addressing has defined these items in a recommendation,
 a future version of JAX-WS will require the new standards.
Addressing, 
FaultAction| Optional Element Summary | |
|---|---|
|  FaultAction[] | faultExplicit value of the WS-Addressing Actionmessage addressing property for thefaultmessage(s) of the operation. | 
|  String | inputExplicit value of the WS-Addressing Actionmessage addressing property for theinputmessage of the operation. | 
|  String | outputExplicit value of the WS-Addressing Actionmessage addressing property for theoutputmessage of the operation. | 
public abstract String input
Action message addressing property for the input
 message of the operation.
public abstract String output
Action message addressing property for the output
 message of the operation.
public abstract FaultAction[] fault
Action message addressing property for the fault
 message(s) of the operation. Each exception that is mapped to a fault and requires an explicit WS-Addressing
 Action message addressing property, needs to be specified as a value in this property 
 using FaultAction annotation.
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.