public class WebMethodAnnot extends Object implements javax.jws.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, waitequals, hashCodepublic 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 Annotationpublic String toString()
toString in interface AnnotationtoString in class ObjectCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.