Package com.oracle.webservices.api.message

Interface Summary
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 PropertySets 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
BaseDistributedPropertySet PropertySet that combines properties exposed from multiple PropertySets 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
ReadOnlyPropertyException Used to indicate that PropertySet.put(String, Object) failed because a property is read-only.
 

Annotation Types Summary
PropertySet.Property Marks a field on PropertySet as a property of MessageContext.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.