Class OneWayAnnot
- java.lang.Object
-
- org.apache.axis2.jaxws.description.builder.OneWayAnnot
-
- All Implemented Interfaces:
Annotation
public class OneWayAnnot extends Object implements Oneway
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<Annotation>
annotationType()
static OneWayAnnot
createOneWayAnnotImpl()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
-
-
-
Method Detail
-
createOneWayAnnotImpl
public static OneWayAnnot createOneWayAnnotImpl()
-
annotationType
public Class<Annotation> annotationType()
- Specified by:
annotationType
in interfaceAnnotation
-
-