com.sun.xml.ws.spi.db
Interface PropertySetter

All Known Implementing Classes:
FieldSetter, MethodSetter, PropertySetterBase

public interface PropertySetter

PropertySetter

Author:
shih-chang.chen@oracle.com

Method Summary
<A> A
getAnnotation(Class<A> annotationType)
           
 Class getType()
           
 void set(Object instance, Object resource)
           
 

Method Detail

getType

Class getType()

getAnnotation

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

set

void set(Object instance,
         Object resource)


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