Uses of Interface
com.oracle.webservices.api.message.PropertySet

Packages that use PropertySet
com.oracle.webservices.api.message   
 

Uses of PropertySet in com.oracle.webservices.api.message
 

Subinterfaces of PropertySet in com.oracle.webservices.api.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 com.oracle.webservices.api.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 com.oracle.webservices.api.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)
           
 

Methods in com.oracle.webservices.api.message that return types with arguments of type PropertySet
 Map<Class<? extends PropertySet>,PropertySet> BaseDistributedPropertySet.getSatellites()
           
 Map<Class<? extends PropertySet>,PropertySet> BaseDistributedPropertySet.getSatellites()
           
 Map<Class<? extends PropertySet>,PropertySet> DistributedPropertySet.getSatellites()
           
 Map<Class<? extends PropertySet>,PropertySet> DistributedPropertySet.getSatellites()
           
 

Methods in com.oracle.webservices.api.message with parameters of type PropertySet
 void BaseDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite)
           
 void DistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite)
           
 void BaseDistributedPropertySet.addSatellite(PropertySet satellite)
           
 void DistributedPropertySet.addSatellite(PropertySet satellite)
           
 Object BasePropertySet.Accessor.get(PropertySet props)
           
 boolean BasePropertySet.Accessor.hasValue(PropertySet props)
           
 void BaseDistributedPropertySet.removeSatellite(PropertySet satellite)
           
 void DistributedPropertySet.removeSatellite(PropertySet satellite)
           
 void BasePropertySet.Accessor.set(PropertySet props, Object value)
           
 

Method parameters in com.oracle.webservices.api.message with type arguments of type PropertySet
 void BaseDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite)
           
 void DistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite)
           
 



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