Searched defs:PropertyImpl (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DPropertyImpl.java40 public /*for BSH*/ final class PropertyImpl implements Property { class in inherits:Property
46 PropertyImpl( Mapping parent, FieldOutline fr, QName elementName ) { method in class:PropertyImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DPropertyImpl.java43 abstract class PropertyImpl<BeanT> implements Property<BeanT> { class in inherits:Property
51 public PropertyImpl(JAXBContextImpl context, RuntimePropertyInfo prop) { method in class:PropertyImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DElementInfoImpl.java111 private final PropertyImpl property;
119 protected class PropertyImpl implements class in class:ElementInfoImpl
335 protected PropertyImpl createPropertyImpl() {
336 return new PropertyImpl();

Completed in 31 milliseconds