Class ServiceModeAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.ServiceModeAnnot
- All Implemented Interfaces:
Annotation
-
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceModeAnnotcreateFromAnnotation(Annotation annotation) static ServiceModeAnnotstatic ServiceModeAnnotcreateWebServiceAnnotImpl(jakarta.xml.ws.Service.Mode value) voidsetValue(jakarta.xml.ws.Service.Mode value) toString()Convenience method for unit testing.jakarta.xml.ws.Service.Modevalue()
-
Method Details
-
createWebServiceAnnotImpl
-
createWebServiceAnnotImpl
-
createFromAnnotation
-
value
public jakarta.xml.ws.Service.Mode value() -
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
setValue
public void setValue(jakarta.xml.ws.Service.Mode value) -
toString
Convenience method for unit testing. We will print all of the data members here.- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-