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

Packages that use PropertySet
org.jvnet.ws.message   
 

Uses of PropertySet in org.jvnet.ws.message
 

Subclasses of PropertySet in org.jvnet.ws.message
 class DistributedPropertySet
          PropertySet that combines properties exposed from multiple PropertySets into one.
 class 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
<T extends PropertySet>
T
DistributedPropertySet.getSatellite(Class<T> satelliteClass)
           
 

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



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