org.jboss.metadata.annotation.creator.ws
Class WebServiceRefMethodProcessor
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.AbstractInjectionTargetProcessor<E>
org.jboss.metadata.annotation.creator.ws.AbstractWebServiceRefProcessor<Method>
org.jboss.metadata.annotation.creator.ws.WebServiceRefMethodProcessor
- All Implemented Interfaces:
- Processor<ServiceReferencesMetaData,Method>
public class WebServiceRefMethodProcessor
- extends AbstractWebServiceRefProcessor<Method>
- implements Processor<ServiceReferencesMetaData,Method>
- Version:
- $Revision$
- Author:
- Emanuel Muckenhuber
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceRefMethodProcessor
public WebServiceRefMethodProcessor(AnnotationFinder<AnnotatedElement> finder)
getName
protected String getName(Method element)
- Description copied from class:
AbstractWebServiceRefProcessor
- Get the resource name based on the AnnotatedElement
- Specified by:
getName
in class AbstractWebServiceRefProcessor<Method>
- Returns:
getInjectionName
protected String getInjectionName(Method element)
- Specified by:
getInjectionName
in class AbstractWebServiceRefProcessor<Method>
getType
protected String getType(Method element)
- Specified by:
getType
in class AbstractWebServiceRefProcessor<Method>
getDeclaringClass
protected String getDeclaringClass(Method element)
- Specified by:
getDeclaringClass
in class AbstractWebServiceRefProcessor<Method>
Copyright © 2009 JBoss Inc.. All Rights Reserved.