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
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.PropertyMapEntryNested classes/interfaces inherited from interface com.oracle.webservices.api.message.PropertySet
PropertySet.Property -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSatellite(PropertySet satellite) Deprecated.voidaddSatellite(Class keyClass, PropertySet satellite) Deprecated.voidDeprecated.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, supportsLocalMethods inherited from class com.oracle.webservices.api.message.BasePropertySet
asMap, createMapView, getPropertyMap, mapAllowsAdditionalProperties, parse, parseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.oracle.webservices.api.message.PropertySet
asMap, createMapView
-
Constructor Details
-
DistributedPropertySet
public DistributedPropertySet()Deprecated.
-
-
Method Details
-
addSatellite
Deprecated. -
addSatellite
Deprecated. -
copySatelliteInto
Deprecated. -
removeSatellite
Deprecated.
-