Interface PropertySet

All Known Subinterfaces:
DistributedPropertySet, MessageContext
All Known Implementing Classes:
AddressingPropertySet, BaseDistributedPropertySet, BasePropertySet, Packet, RequestContext, ServletConnectionImpl, ThrowableContainerPropertySet, WsaPropertyBag, WSDLDirectProperties, WSDLPortProperties, WSDLProperties, WSHTTPConnection, XMLPropertyBag

public interface PropertySet
A set of "properties" that can be accessed via strongly-typed fields as well as reflexibly through the property name.
Author:
Kohsuke Kawaguchi