javax.xml.ws
Annotation Type Action


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Action

The Action annotation allows controlling the WS-Addressing Action properties for the input/output/fault messages


Optional Element Summary
 FaultAction[] fault
           
 String input
           
 String output
           
 

fault

public abstract FaultAction[] fault
Default:
{}

input

public abstract String input
Default:
""

output

public abstract String output
Default:
""


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.