Package com.oracle.webservices.api.message
-
Interface Summary Interface Description BasePropertySet.Accessor Represents a typed property defined on aPropertySet.ContentType A Content-Type transport header that will be returned byMessageContext#write(java.io.OutputStream).DistributedPropertySet PropertySetthat combines properties exposed from multiplePropertySets 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 Summary Class Description BaseDistributedPropertySet PropertySetthat combines properties exposed from multiplePropertySets 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 Summary Exception Description ReadOnlyPropertyException Used to indicate thatPropertySet.put(String, Object)failed because a property is read-only. -
Annotation Types Summary Annotation Type Description PropertySet.Property Marks a field onPropertySetas a property ofMessageContext.