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


Nested Class Summary
(package private) static class MethodGetter.PrivilegedGetter
           
 
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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.