Package | Description |
---|---|
com.oracle.webservices.api.message |
Modifier and Type | Interface and Description |
---|---|
interface |
DistributedPropertySet
PropertySet that combines properties exposed from multiple
PropertySet s 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
PropertySet s 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) |
Copyright © 2016 Oracle Corporation. All rights reserved.