com.sun.xml.ws.spi.db
Class WrapperAccessor

java.lang.Object
  extended by com.sun.xml.ws.spi.db.WrapperAccessor
Direct Known Subclasses:
JAXBWrapperAccessor

public abstract class WrapperAccessor
extends Object

WrapperAccessor


Field Summary
protected  boolean elementLocalNameCollision
           
protected  Map<Object,PropertyGetter> propertyGetters
           
protected  Map<Object,PropertySetter> propertySetters
           
 
Constructor Summary
WrapperAccessor()
           
 
Method Summary
 PropertyAccessor getPropertyAccessor(String ns, String name)
           
protected  PropertyGetter getPropertyGetter(QName name)
           
protected  PropertySetter getPropertySetter(QName name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertySetters

protected Map<Object,PropertySetter> propertySetters

propertyGetters

protected Map<Object,PropertyGetter> propertyGetters

elementLocalNameCollision

protected boolean elementLocalNameCollision
Constructor Detail

WrapperAccessor

public WrapperAccessor()
Method Detail

getPropertySetter

protected PropertySetter getPropertySetter(QName name)

getPropertyGetter

protected PropertyGetter getPropertyGetter(QName name)

getPropertyAccessor

public PropertyAccessor getPropertyAccessor(String ns,
                                            String name)


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