com.sun.xml.ws.api
Class DistributedPropertySet

java.lang.Object
  extended by com.oracle.webservices.api.message.BasePropertySet
      extended by com.oracle.webservices.api.message.BaseDistributedPropertySet
          extended by com.sun.xml.ws.api.DistributedPropertySet
All Implemented Interfaces:
DistributedPropertySet, PropertySet
Direct Known Subclasses:
ServletFakeArtifactSet, TCPClientTransport, TCPServiceChannelWSAdapter.ServiceChannelWSSatellite

Deprecated. Use com.oracle.webservices.api.message.DistributedPropertySet instead.

public abstract class DistributedPropertySet
extends BaseDistributedPropertySet

Placeholder for backwards compatibility.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from class com.oracle.webservices.api.message.BasePropertySet
BasePropertySet.Accessor, BasePropertySet.PropertyMap, BasePropertySet.PropertyMapEntry
 
Nested classes/interfaces inherited from interface com.oracle.webservices.api.message.PropertySet
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 com.oracle.webservices.api.message.BaseDistributedPropertySet
addSatellite, addSatellite, asMapLocal, containsKey, copySatelliteInto, copySatelliteInto, createEntrySet, createView, get, getSatellite, getSatellites, put, remove, removeSatellite, supports, supportsLocal
 
Methods inherited from class com.oracle.webservices.api.message.BasePropertySet
asMap, 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 com.oracle.webservices.api.message.PropertySet
asMap, 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 © 2005-2015 Oracle Corporation. All Rights Reserved.