public class WebMethodAnnot extends Object implements WebMethod
Modifier and Type | Method and Description |
---|---|
String |
action() |
Class<Annotation> |
annotationType() |
static WebMethodAnnot |
createWebMethodAnnotImpl() |
boolean |
exclude() |
String |
operationName() |
void |
setAction(String action) |
void |
setExclude(boolean exclude) |
void |
setOperationName(String operationName) |
String |
toString()
Convenience method for unit testing.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public static WebMethodAnnot createWebMethodAnnotImpl()
public String operationName()
public String action()
public boolean exclude()
public void setAction(String action)
action
- The action to set.public void setExclude(boolean exclude)
exclude
- The exclude to set.public void setOperationName(String operationName)
operationName
- The operationName to set.public Class<Annotation> annotationType()
annotationType
in interface Annotation
public String toString()
toString
in interface Annotation
toString
in class Object
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.