com.sun.xml.ws.spi.db
Class MethodGetter

java.lang.Object
  extended by com.sun.xml.ws.spi.db.PropertyGetterBase
      extended by com.sun.xml.ws.spi.db.MethodGetter
All Implemented Interfaces:
PropertyGetter

public class MethodGetter
extends PropertyGetterBase

MethodGetter

Author:
shih-chang.chen@oracle.com

Field Summary
 
Fields inherited from class com.sun.xml.ws.spi.db.PropertyGetterBase
type
 
Constructor Summary
MethodGetter(Method m)
           
 
Method Summary
 Object get(Object instance)
           
<A> A
getAnnotation(Class<A> annotationType)
           
 Method getMethod()
           
 
Methods inherited from class com.sun.xml.ws.spi.db.PropertyGetterBase
getterPattern, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodGetter

public MethodGetter(Method m)
Method Detail

getMethod

public Method getMethod()

getAnnotation

public <A> A getAnnotation(Class<A> annotationType)

get

public Object get(Object instance)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.