Uses of Interface
org.jvnet.ws.message.PropertySet

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.
 

Classes in org.jvnet.ws.message that implement PropertySet
 class BaseDistributedPropertySet
          PropertySet that combines properties exposed from multiple PropertySets into one.
 class BasePropertySet
          A set of "properties" that can be accessed via strongly-typed fields as well as reflexibly through the property name.
 

Methods in org.jvnet.ws.message with type parameters of type PropertySet
<T extends PropertySet>
T
BaseDistributedPropertySet.getSatellite(Class<T> satelliteClass)
           
<T extends PropertySet>
T
DistributedPropertySet.getSatellite(Class<T> satelliteClass)
           
<T extends PropertySet>
T
MessageContext.getSatellite(Class<T> satelliteClass)
          Gets the PropertySet
 

Methods in org.jvnet.ws.message with parameters of type PropertySet
 void BaseDistributedPropertySet.addSatellite(Class keyClass, PropertySet satellite)
           
 void DistributedPropertySet.addSatellite(Class keyClass, PropertySet satellite)
           
 void BaseDistributedPropertySet.addSatellite(PropertySet satellite)
           
 void DistributedPropertySet.addSatellite(PropertySet satellite)
           
 void MessageContext.addSatellite(PropertySet satellite)
          Adds the PropertySet
 Object BasePropertySet.Accessor.get(PropertySet props)
           
 boolean BasePropertySet.Accessor.hasValue(PropertySet props)
           
 void BaseDistributedPropertySet.removeSatellite(PropertySet satellite)
           
 void DistributedPropertySet.removeSatellite(PropertySet satellite)
           
 void MessageContext.removeSatellite(PropertySet satellite)
          Removes the PropertySet
 void BasePropertySet.Accessor.set(PropertySet props, Object value)
           
 



Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.