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


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 resource)
           
 
Methods inherited from class com.sun.xml.ws.spi.db.PropertySetterBase
getType, setterPattern
 
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 resource)


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.