com.sun.xml.ws.api
Interface PropertySet.Accessor

All Known Implementing Classes:
PropertySet.FieldAccessor, PropertySet.MethodAccessor
Enclosing class:
PropertySet

protected static interface PropertySet.Accessor

Represents a typed property defined on a PropertySet.


Method Summary
 Object get(PropertySet props)
           
 String getName()
           
 boolean hasValue(PropertySet props)
           
 void set(PropertySet props, Object value)
           
 

Method Detail

getName

String getName()

hasValue

boolean hasValue(PropertySet props)

get

Object get(PropertySet props)

set

void set(PropertySet props,
         Object value)