Package org.jboss.as.webservices.deployers.annotation

Examples of org.jboss.as.webservices.deployers.annotation.WebServiceRefFieldAnnotation


        }
        return resourceConfiguration;
    }

    private BindingDescription processField(final AnnotationInstance annotation, final FieldInfo fieldInfo, final UnifiedVirtualFile vfs, final Module duModule, final CompositeIndex index) {
        WebServiceRefFieldAnnotation fieldProcessor = new WebServiceRefFieldAnnotation(index);
        return processWebServiceRef(fieldProcessor, annotation, fieldInfo, vfs, duModule, fieldInfo.name(), fieldProcessor.getDeclaringClass(fieldInfo));
    }
View Full Code Here


        }
        return resourceConfiguration;
    }

    private BindingDescription processField(final AnnotationInstance annotation, final FieldInfo fieldInfo, final UnifiedVirtualFile vfs, final Module duModule, final CompositeIndex index, final AbstractComponentDescription componentDescription) {
        WebServiceRefFieldAnnotation fieldProcessor = new WebServiceRefFieldAnnotation(index);
        return processWebServiceRef(fieldProcessor, annotation, fieldInfo, vfs, duModule, fieldInfo.name(), fieldProcessor.getDeclaringClass(fieldInfo), componentDescription);
    }
View Full Code Here

TOP

Related Classes of org.jboss.as.webservices.deployers.annotation.WebServiceRefFieldAnnotation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.