Searched refs:annInfo (Results 1 - 4 of 4) sorted by relevance
| /glassfish-3.1.2/webservices/connector/src/main/java/org/glassfish/webservices/connector/annotation/handlers/ |
| H A D | HandlerChainHandler.java | 127 public HandlerProcessingResult processAnnotation(AnnotationInfo annInfo) argument 130 AnnotatedElementHandler annCtx = annInfo.getProcessingContext().getHandler(); 131 AnnotatedElement annElem = annInfo.getAnnotatedElement(); 140 if (annInfo.getElementType().equals(ElementType.FIELD)) { 143 } else if (annInfo.getElementType().equals(ElementType.METHOD)) { 146 } else if (annInfo.getElementType().equals(ElementType.TYPE)) { 152 "annotation not allowed on this element."), annInfo); 155 return processHandlerChainAnnotation(annInfo, annCtx, annElem, declaringClass, serviceSideChain); 158 public HandlerProcessingResult processHandlerChainAnnotation(AnnotationInfo annInfo, argument 186 new Object[] { webService.endpointInterface() }), annInfo); [all...] |
| H A D | WebServiceHandler.java | 106 public HandlerProcessingResult processAnnotation(AnnotationInfo annInfo) argument 109 AnnotatedElementHandler annCtx = annInfo.getProcessingContext().getHandler(); 110 AnnotatedElement annElem = annInfo.getAnnotatedElement(); 128 ,annInfo); 129 annInfo.getProcessingContext().getErrorHandler().error(ape); 139 if(isJaxwsRIDeployment(annInfo)) { 142 annInfo.getProcessingContext().getArchive().getName(),"WEB-INF/sun-jaxws.xml")); 147 javax.jws.WebService ann = (javax.jws.WebService) annInfo.getAnnotation(); 164 new Object[] {((Class)annElem).getName()}),annInfo); 176 new Object[] {((Class)annElem).getName()}),annInfo); 563 isJaxwsRIDeployment(AnnotationInfo annInfo) argument [all...] |
| H A D | WebServiceProviderHandler.java | 121 public HandlerProcessingResult processAnnotation(AnnotationInfo annInfo) argument 124 AnnotatedElementHandler annCtx = annInfo.getProcessingContext().getHandler(); 125 AnnotatedElement annElem = annInfo.getAnnotatedElement(); 130 "@WebServiceProvider can only be specified on TYPE", annInfo); 131 annInfo.getProcessingContext().getErrorHandler().error(ape); 135 if(isJaxwsRIDeployment(annInfo)) { 138 annInfo.getProcessingContext().getArchive().getName(),"WEB-INF/sun-jaxws.xml")); 145 annElem.toString() + "does not implement the javax.xml.ws.Provider interface", annInfo); 146 annInfo.getProcessingContext().getErrorHandler().error(ape); 151 javax.xml.ws.WebServiceProvider ann = (javax.xml.ws.WebServiceProvider) annInfo 339 isJaxwsRIDeployment(AnnotationInfo annInfo) argument [all...] |
| H A D | WebServiceRefHandler.java | 105 protected HandlerProcessingResult processAWsRef(AnnotationInfo annInfo, argument 108 annInfo.getProcessingContext().getHandler(); 109 AnnotatedElement annElem = annInfo.getAnnotatedElement(); 116 if (annInfo.getElementType().equals(ElementType.FIELD)) { 127 annInfo); 138 } else if (annInfo.getElementType().equals(ElementType.METHOD)) { 141 validateInjectionMethod(annotatedMethod, annInfo); 149 annInfo); 157 getInjectionMethodPropertyName(annotatedMethod, annInfo); 164 } else if (annInfo 364 processAnnotation(AnnotationInfo annInfo) argument [all...] |
Completed in 22 milliseconds