com.sun.xml.ws.api
Class DistributedPropertySet

java.lang.Object
  extended by org.jvnet.ws.message.BasePropertySet
      extended by org.jvnet.ws.message.BaseDistributedPropertySet
          extended by com.sun.xml.ws.api.DistributedPropertySet
All Implemented Interfaces:
org.jvnet.ws.message.DistributedPropertySet, org.jvnet.ws.message.PropertySet

Deprecated. Use org.jvnet.ws.message.DistributedPropertySet instead.

public abstract class DistributedPropertySet
extends org.jvnet.ws.message.BaseDistributedPropertySet

Placeholder for backwards compatibility.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jvnet.ws.message.BasePropertySet
org.jvnet.ws.message.BasePropertySet.Accessor, org.jvnet.ws.message.BasePropertySet.PropertyMap
 
Nested classes/interfaces inherited from interface org.jvnet.ws.message.PropertySet
org.jvnet.ws.message.PropertySet.Property
 
Constructor Summary
DistributedPropertySet()
          Deprecated.  
 
Method Summary
 void addSatellite(Class keyClass, PropertySet satellite)
          Deprecated.  
 void addSatellite(PropertySet satellite)
          Deprecated.  
 void copySatelliteInto(DistributedPropertySet r)
          Deprecated.  
 void removeSatellite(PropertySet satellite)
          Deprecated.  
 
Methods inherited from class org.jvnet.ws.message.BaseDistributedPropertySet
addSatellite, addSatellite, asMapLocal, copySatelliteInto, copySatelliteInto, createEntrySet, createView, get, getSatellite, put, remove, removeSatellite, supports, supportsLocal
 
Methods inherited from class org.jvnet.ws.message.BasePropertySet
asMap, containsKey, createMapView, getPropertyMap, mapAllowsAdditionalProperties, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jvnet.ws.message.PropertySet
asMap, containsKey, createMapView
 

Constructor Detail

DistributedPropertySet

public DistributedPropertySet()
Deprecated. 
Method Detail

addSatellite

public void addSatellite(@NotNull
                         PropertySet satellite)
Deprecated. 


addSatellite

public void addSatellite(@NotNull
                         Class keyClass,
                         @NotNull
                         PropertySet satellite)
Deprecated. 


copySatelliteInto

public void copySatelliteInto(@NotNull
                              DistributedPropertySet r)
Deprecated. 


removeSatellite

public void removeSatellite(PropertySet satellite)
Deprecated. 



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