FileDocCategorySizeDatePackage
Action.javaAPI DocJava SE 6 API2002Tue Jun 10 00:27:14 BST 2008javax.xml.ws

Action

public class 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.

see
Addressing
see
FaultAction
since
JAX-WS 2.1

Fields Summary
Constructors Summary
Methods Summary
javax.xml.ws.FaultAction[]fault()
Explicit value of the WS-Addressing 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 {@link FaultAction} annotation.

java.lang.Stringinput()
Explicit value of the WS-Addressing Action message addressing property for the input message of the operation.

java.lang.Stringoutput()
Explicit value of the WS-Addressing Action message addressing property for the output message of the operation.