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 java.lang.Object
WrapperAccessor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertySetters
protected java.util.Map<java.lang.Object,PropertySetter> propertySetters
propertyGetters
protected java.util.Map<java.lang.Object,PropertyGetter> propertyGetters
elementLocalNameCollision
protected boolean elementLocalNameCollision
WrapperAccessor
public WrapperAccessor()
getPropertySetter
protected PropertySetter getPropertySetter(javax.xml.namespace.QName name)
getPropertyGetter
protected PropertyGetter getPropertyGetter(javax.xml.namespace.QName name)
getPropertyAccessor
public PropertyAccessor getPropertyAccessor(java.lang.String ns,
java.lang.String name)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.