Package com.sun.xml.ws.api
Class DistributedPropertySet
- java.lang.Object
-
- com.oracle.webservices.api.message.BasePropertySet
-
- com.oracle.webservices.api.message.BaseDistributedPropertySet
-
- com.sun.xml.ws.api.DistributedPropertySet
-
- All Implemented Interfaces:
DistributedPropertySet,PropertySet
- Direct Known Subclasses:
TCPClientTransport,TCPServiceChannelWSAdapter.ServiceChannelWSSatellite
public abstract class DistributedPropertySet extends BaseDistributedPropertySet
Deprecated.Use com.oracle.webservices.api.message.DistributedPropertySet instead.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
Constructors Constructor Description DistributedPropertySet()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddSatellite(PropertySet satellite)Deprecated.voidaddSatellite(Class keyClass, PropertySet satellite)Deprecated.voidcopySatelliteInto(DistributedPropertySet r)Deprecated.voidremoveSatellite(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
-
-
-
-
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.
-
-