javax.jws
Annotation Type WebMethod


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


Optional Element Summary
 java.lang.String action
           
 boolean exclude
           
 java.lang.String operationName
           
 

operationName

public abstract java.lang.String operationName
Default:
""

action

public abstract java.lang.String action
Default:
""

exclude

public abstract boolean exclude
Default:
false


Copyright © 2007 Apache Web Services Project. All Rights Reserved.