| Package | Description |
|---|---|
| com.oracle.webservices.api.message | |
| com.oracle.webservices.oracle_internal_api.rm |
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends PropertySet> |
BaseDistributedPropertySet.getSatellite(Class<T> satelliteClass) |
<T extends PropertySet> |
DistributedPropertySet.getSatellite(Class<T> satelliteClass) |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass,
PropertySet satellite) |
void |
DistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass,
PropertySet satellite) |
| Modifier and Type | Class and Description |
|---|---|
class |
InboundAccepted
InboundAccepted is created by the RMD. |
class |
OutboundDelivered
OutboundDelivered is created by a user of client-side (i.e., RMS) RM. |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.