javax.jws
Annotation Type WebMethod


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface WebMethod


Optional Element Summary
 String action
           
 boolean exclude
           
 String operationName
           
 

operationName

public abstract String operationName
Default:
""

action

public abstract String action
Default:
""

exclude

public abstract boolean exclude
Default:
false


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