Uses of Interface
com.oracle.webservices.api.message.PropertySet
-
Packages that use PropertySet Package Description com.oracle.webservices.api.message com.oracle.webservices.oracle_internal_api.rm -
-
Uses of PropertySet in com.oracle.webservices.api.message
Subinterfaces of PropertySet in com.oracle.webservices.api.message Modifier and Type Interface Description interfaceDistributedPropertySetPropertySetthat combines properties exposed from multiplePropertySets into one.interfaceMessageContextMessageContext 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 Modifier and Type Class Description classBaseDistributedPropertySetPropertySetthat combines properties exposed from multiplePropertySets into one.classBasePropertySetA 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 Modifier and Type Method Description <T extends PropertySet>
TBaseDistributedPropertySet. getSatellite(Class<T> satelliteClass)<T extends PropertySet>
TDistributedPropertySet. getSatellite(Class<T> satelliteClass)Methods in com.oracle.webservices.api.message that return types with arguments of type PropertySet Modifier and Type Method Description 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 Modifier and Type Method Description voidBaseDistributedPropertySet. addSatellite(PropertySet satellite)voidBaseDistributedPropertySet. addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite)voidDistributedPropertySet. addSatellite(PropertySet satellite)voidDistributedPropertySet. addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite)ObjectBasePropertySet.Accessor. get(PropertySet props)booleanBasePropertySet.Accessor. hasValue(PropertySet props)voidBaseDistributedPropertySet. removeSatellite(PropertySet satellite)voidDistributedPropertySet. removeSatellite(PropertySet satellite)voidBasePropertySet.Accessor. set(PropertySet props, Object value)Method parameters in com.oracle.webservices.api.message with type arguments of type PropertySet Modifier and Type Method Description voidBaseDistributedPropertySet. addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite)voidDistributedPropertySet. addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite) -
Uses of PropertySet in com.oracle.webservices.oracle_internal_api.rm
Classes in com.oracle.webservices.oracle_internal_api.rm that implement PropertySet Modifier and Type Class Description classInboundAcceptedInboundAcceptedis created by the RMD.classOutboundDeliveredOutboundDeliveredis created by a user of client-side (i.e., RMS) RM.
-