public class ServiceModeAnnot extends Object implements javax.xml.ws.ServiceMode
| Modifier and Type | Method and Description |
|---|---|
Class<Annotation> |
annotationType() |
static ServiceModeAnnot |
createFromAnnotation(Annotation annotation) |
static ServiceModeAnnot |
createWebServiceAnnotImpl() |
static ServiceModeAnnot |
createWebServiceAnnotImpl(javax.xml.ws.Service.Mode value) |
void |
setValue(javax.xml.ws.Service.Mode value) |
String |
toString()
Convenience method for unit testing.
|
javax.xml.ws.Service.Mode |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic static ServiceModeAnnot createWebServiceAnnotImpl()
public static ServiceModeAnnot createWebServiceAnnotImpl(javax.xml.ws.Service.Mode value)
public static ServiceModeAnnot createFromAnnotation(Annotation annotation)
public javax.xml.ws.Service.Mode value()
public Class<Annotation> annotationType()
annotationType in interface Annotationpublic void setValue(javax.xml.ws.Service.Mode value)
public String toString()
toString in interface AnnotationtoString in class ObjectCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.