Searched refs:DistributedPropertySet (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DDistributedPropertySet.java46 * (A satellite may itself be a {@link DistributedPropertySet}, so
69 * To achieve these benefits, access to {@link DistributedPropertySet} is slower
75 public abstract class DistributedPropertySet extends PropertySet { class in inherits:PropertySet
89 public void copySatelliteInto(@NotNull DistributedPropertySet r) {
99 if (DistributedPropertySet.class.isInstance(child)) {
100 T satellite = DistributedPropertySet.class.cast(child).getSatellite(satelliteClass);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DPacket.java33 import com.sun.xml.internal.ws.api.DistributedPropertySet;
147 public final class Packet extends DistributedPropertySet {

Completed in 33 milliseconds