Class WebContextAnnotationInformationFactory
- java.lang.Object
-
- org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<org.jboss.ws.api.annotation.WebContext,WebContextAnnotationInfo>
-
- org.jboss.as.webservices.deployers.WebContextAnnotationInformationFactory
-
public class WebContextAnnotationInformationFactory extends ClassAnnotationInformationFactory<org.jboss.ws.api.annotation.WebContext,WebContextAnnotationInfo>
User: rsearls Date: 7/17/14
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWebContextAnnotationInformationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebContextAnnotationInfofromAnnotation(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 WebContextAnnotationInfo fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)
- Specified by:
fromAnnotationin classClassAnnotationInformationFactory<org.jboss.ws.api.annotation.WebContext,WebContextAnnotationInfo>
-
-