Class WebServiceProviderAnnotationInformationFactory
- java.lang.Object
-
- org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<javax.xml.ws.WebServiceProvider,WebServiceProviderAnnotationInfo>
-
- org.jboss.as.webservices.deployers.WebServiceProviderAnnotationInformationFactory
-
public class WebServiceProviderAnnotationInformationFactory extends ClassAnnotationInformationFactory<javax.xml.ws.WebServiceProvider,WebServiceProviderAnnotationInfo>
- Author:
- Jim Ma
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWebServiceProviderAnnotationInformationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebServiceProviderAnnotationInfofromAnnotation(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 WebServiceProviderAnnotationInfo fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)
- Specified by:
fromAnnotationin classClassAnnotationInformationFactory<javax.xml.ws.WebServiceProvider,WebServiceProviderAnnotationInfo>
-
-