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

java.lang.Object
  extended by com.sun.xml.ws.spi.db.PropertySetterBase
      extended by com.sun.xml.ws.spi.db.MethodSetter
All Implemented Interfaces:
PropertySetter

public class MethodSetter
extends PropertySetterBase

MethodInjection

Author:
shih-chang.chen@oracle.com

Field Summary
 
Fields inherited from class com.sun.xml.ws.spi.db.PropertySetterBase
type
 
Constructor Summary
MethodSetter(Method m)
           
 
Method Summary
<A> A
getAnnotation(Class<A> annotationType)
           
 Method getMethod()
           
 void set(Object instance, Object val)
           
 
Methods inherited from class com.sun.xml.ws.spi.db.PropertySetterBase
getType, setterPattern, uninitializedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodSetter

public MethodSetter(Method m)
Method Detail

getMethod

public Method getMethod()

getAnnotation

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

set

public void set(Object instance,
                Object val)


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