|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertySet | |
|---|---|
| org.jvnet.ws.message | |
| Uses of PropertySet in org.jvnet.ws.message |
|---|
| Subinterfaces of PropertySet in org.jvnet.ws.message | |
|---|---|
interface |
DistributedPropertySet
PropertySet that combines properties exposed from multiple
PropertySets into one. |
interface |
MessageContext
MessageContext represents a container of a SOAP message and all the properties including the transport headers. |
| Methods in org.jvnet.ws.message with type parameters of type PropertySet | ||
|---|---|---|
|
DistributedPropertySet.getSatellite(Class<T> satelliteClass)
|
|
|
MessageContext.getSatellite(Class<T> satelliteClass)
Gets the PropertySet |
|
| Methods in org.jvnet.ws.message with parameters of type PropertySet | |
|---|---|
void |
DistributedPropertySet.addSatellite(Class keyClass,
PropertySet satellite)
|
void |
DistributedPropertySet.addSatellite(PropertySet satellite)
|
void |
MessageContext.addSatellite(PropertySet satellite)
Adds the PropertySet |
void |
DistributedPropertySet.removeSatellite(PropertySet satellite)
|
void |
MessageContext.removeSatellite(PropertySet satellite)
Removes the PropertySet |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||