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 -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
WebServiceAnnotationInformationFactory
protected WebServiceAnnotationInformationFactory()
-
-
Method Details
-
fromAnnotation
protected WebServiceAnnotationInfo fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer) - Specified by:
fromAnnotationin classClassAnnotationInformationFactory<jakarta.jws.WebService,WebServiceAnnotationInfo>
-