public class WebMethodAnnot
extends java.lang.Object
implements javax.jws.WebMethod
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
action() |
java.lang.Class<java.lang.annotation.Annotation> |
annotationType() |
static WebMethodAnnot |
createWebMethodAnnotImpl() |
boolean |
exclude() |
java.lang.String |
operationName() |
void |
setAction(java.lang.String action) |
void |
setExclude(boolean exclude) |
void |
setOperationName(java.lang.String operationName) |
java.lang.String |
toString()
Convenience method for unit testing.
|
public static WebMethodAnnot createWebMethodAnnotImpl()
public java.lang.String operationName()
public java.lang.String action()
public boolean exclude()
public void setAction(java.lang.String action)
action - The action to set.public void setExclude(boolean exclude)
exclude - The exclude to set.public void setOperationName(java.lang.String operationName)
operationName - The operationName to set.public java.lang.Class<java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotationpublic java.lang.String toString()
toString in interface java.lang.annotation.AnnotationtoString in class java.lang.ObjectCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.