Interface | Description |
---|---|
BasePropertySet.Accessor |
Represents a typed property defined on a
PropertySet . |
ContentType |
A Content-Type transport header that will be returned by
MessageContext#write(java.io.OutputStream) . |
DistributedPropertySet |
PropertySet that combines properties exposed from multiple
PropertySet s into one. |
MessageContext |
MessageContext represents a container of a SOAP message and all the properties
including the transport headers.
|
PropertySet |
A set of "properties" that can be accessed via strongly-typed fields
as well as reflexibly through the property name.
|
Class | Description |
---|---|
BaseDistributedPropertySet |
PropertySet that combines properties exposed from multiple
PropertySet s into one. |
BasePropertySet |
A set of "properties" that can be accessed via strongly-typed fields
as well as reflexibly through the property name.
|
BasePropertySet.PropertyMap |
Represents the list of strongly-typed known properties
(keyed by property names.)
|
BasePropertySet.PropertyMapEntry |
PropertyMapEntry represents a Map.Entry in the PropertyMap with more efficient access.
|
ContentType.Builder | |
MessageContextFactory |
Exception | Description |
---|---|
ReadOnlyPropertyException |
Used to indicate that
PropertySet.put(String, Object) failed
because a property is read-only. |
Annotation Type | Description |
---|---|
PropertySet.Property |
Marks a field on
PropertySet as a
property of MessageContext . |
Copyright © 2018 Oracle Corporation. All rights reserved.