|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.ws.message.BasePropertySet
org.jvnet.ws.message.BaseDistributedPropertySet
com.sun.xml.ws.api.DistributedPropertySet
public abstract class DistributedPropertySet
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 |
---|
public DistributedPropertySet()
Method Detail |
---|
public void addSatellite(@NotNull PropertySet satellite)
public void addSatellite(@NotNull Class keyClass, @NotNull PropertySet satellite)
public void copySatelliteInto(@NotNull DistributedPropertySet r)
public void removeSatellite(PropertySet satellite)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |