com.sun.xml.ws.spi.db
Class WrapperAccessor
java.lang.Object
com.sun.xml.ws.spi.db.WrapperAccessor
- Direct Known Subclasses:
- JAXBWrapperAccessor
public abstract class WrapperAccessor
- extends Object
WrapperAccessor
- Author:
- shih-chang.chen@oracle.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertySetters
protected Map<Object,PropertySetter> propertySetters
propertyGetters
protected Map<Object,PropertyGetter> propertyGetters
elementLocalNameCollision
protected boolean elementLocalNameCollision
WrapperAccessor
public WrapperAccessor()
getPropertySetter
protected PropertySetter getPropertySetter(QName name)
getPropertyGetter
protected PropertyGetter getPropertyGetter(QName name)
getPropertyAccessor
public PropertyAccessor getPropertyAccessor(String ns,
String name)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.