Class WebServiceAnnotationInformationFactory
- java.lang.Object
-
- org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<jakarta.jws.WebService,WebServiceAnnotationInfo>
-
- org.jboss.as.webservices.deployers.WebServiceAnnotationInformationFactory
-
public class WebServiceAnnotationInformationFactory extends ClassAnnotationInformationFactory<jakarta.jws.WebService,WebServiceAnnotationInfo>
- Author:
- Jim Ma
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWebServiceAnnotationInformationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebServiceAnnotationInfofromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)-
Methods inherited from class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory
createAnnotationInformation, fromMultiAnnotation, getAnnotationType, getMultiAnnotationType
-
-
-
-
Method Detail
-
fromAnnotation
protected WebServiceAnnotationInfo fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)
- Specified by:
fromAnnotationin classClassAnnotationInformationFactory<jakarta.jws.WebService,WebServiceAnnotationInfo>
-
-