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:
- 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
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistributedPropertySet
public DistributedPropertySet()
- Deprecated.
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.