public class ServiceModeAnnot
extends java.lang.Object
implements javax.xml.ws.ServiceMode
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<java.lang.annotation.Annotation> |
annotationType() |
static ServiceModeAnnot |
createFromAnnotation(java.lang.annotation.Annotation annotation) |
static ServiceModeAnnot |
createWebServiceAnnotImpl() |
static ServiceModeAnnot |
createWebServiceAnnotImpl(javax.xml.ws.Service.Mode value) |
void |
setValue(javax.xml.ws.Service.Mode value) |
java.lang.String |
toString()
Convenience method for unit testing.
|
javax.xml.ws.Service.Mode |
value() |
public static ServiceModeAnnot createWebServiceAnnotImpl()
public static ServiceModeAnnot createWebServiceAnnotImpl(javax.xml.ws.Service.Mode value)
public static ServiceModeAnnot createFromAnnotation(java.lang.annotation.Annotation annotation)
public javax.xml.ws.Service.Mode value()
public java.lang.Class<java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotationpublic void setValue(javax.xml.ws.Service.Mode value)
public java.lang.String toString()
toString in interface java.lang.annotation.AnnotationtoString in class java.lang.ObjectCopyright © 2004-2025 The Apache Software Foundation. All Rights Reserved.