org.apache.beehive.wsm.jsr181.model.java
Interface JavaParameterInfo

All Known Implementing Classes:
MirrorParameterInfo

public interface JavaParameterInfo


Method Summary
<A extends Annotation>
A
getAnnotation(Class<A> annotationType)
           
 Collection<Annotation> getAnnotations()
           
 String getName()
           
 Class getType()
           
 boolean isFinal()
           
 void logError(String msg)
           
 

Method Detail

isFinal

boolean isFinal()

getName

String getName()

getType

Class getType()

logError

void logError(String msg)

getAnnotation

<A extends Annotation> A getAnnotation(Class<A> annotationType)

getAnnotations

Collection<Annotation> getAnnotations()