Uses of Interface
com.sun.xml.ws.spi.db.PropertyGetter

Packages that use PropertyGetter
com.sun.xml.ws.spi.db   
 

Uses of PropertyGetter in com.sun.xml.ws.spi.db
 

Classes in com.sun.xml.ws.spi.db that implement PropertyGetter
 class FieldGetter
          FieldGetter gets the value of a field from an instance.
 class MethodGetter
          MethodGetter
 class PropertyGetterBase
          This is the Gtter of a bean property.
 

Fields in com.sun.xml.ws.spi.db with type parameters of type PropertyGetter
protected  Map<Object,PropertyGetter> WrapperAccessor.propertyGetters
           
 

Methods in com.sun.xml.ws.spi.db that return PropertyGetter
protected static PropertyGetter JAXBWrapperAccessor.createPropertyGetter(Field field, Method getMethod)
           
protected  PropertyGetter WrapperAccessor.getPropertyGetter(QName name)
           
 



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